Skip to content

Instantly share code, notes, and snippets.

View bennybearlover's full-sized avatar
💭
Bello !!

bennybearlover

💭
Bello !!
View GitHub Profile
@SSubPPaRR
SSubPPaRR / twitter-swap.js
Last active October 30, 2025 08:31
twitter/X auto embed url on copy url
// ==UserScript==
// @name Twitter URL Switcher
// @namespace tampermonkey
// @version 0.1
// @description Switches the domain of Twitter URLs to vxtwitter when copied
// @author SSubPPaRR
// @match https://twitter.com/*
// @match https://x.com/*
// @grant none
// ==/UserScript==