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 YouTube Viewfinding | |
| // @version 0.37 | |
| // @description Zoom, rotate & crop YouTube videos | |
| // @author Callum Latham | |
| // @namespace https://greasyfork.org/users/696211-ctl2 | |
| // @license GNU GPLv3 | |
| // @compatible chrome | |
| // @compatible edge | |
| // @compatible firefox Video dimensions affect page scrolling |
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 + Remove Tracking (Fixed) | |
| // @version 1.2 | |
| // @description Intercept "Share > Copy link" on X, strip tracking params, replace domain (no duplicate path bug) | |
| // @author Eszee | |
| // @match https://twitter.com/* | |
| // @match https://x.com/* | |
| // @icon https://abs.twimg.com/favicons/twitter.2.ico | |
| // @grant none | |
| // ==/UserScript== |