This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Replace x.com Copy Link Domain | |
| // @version 1.0 | |
| // @description Intercept "Share > Copy link" on X (Twitter) and replace domain (x.com/twitter.com → custom mirror) | |
| // @author Eszee | |
| // @match https://twitter.com/* | |
| // @match https://x.com/* | |
| // @icon https://abs.twimg.com/favicons/twitter.2.ico | |
| // @updateURL https://gist.github.com/Suznyan/7e9443c88570a02e257887f259570641/raw/f644af9b3ab68e2613db06981460c889774e29bb/replace-x-copy-link.user.js | |
| // @downloadURL https://gist.github.com/Suznyan/7e9443c88570a02e257887f259570641/raw/f644af9b3ab68e2613db06981460c889774e29bb/replace-x-copy-link.user.js |