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 Miiverse Yeah Button for Twitter | |
| // @namespace twitter scripts | |
| // @match *://*.twitter.com/* | |
| // @match *://*.x.com/* | |
| // @grant none | |
| // @version 1.0.3 | |
| // @author @chaoticvibing (busybox11 on GitHub) | |
| // @description 6/14/2024 | |
| // @updateURL https://gist.githubusercontent.com/busybox11/de6ffc8f56a4d3281b7904642d26d6aa/raw/miiverse-yeah-btn-twitter.user.js |
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
| /* ==UserStyle== | |
| @name somewhat transparent twitter x dot com the everything app userstyle | |
| @namespace gist.github.com/busybox11 | |
| @version 1.0.0 | |
| @description hacked together userstyle to make twitter transparent on zen browser | |
| @author busybox11 | |
| @updateURL https://gist.github.com/busybox11/f339f10da2b5f4a1a26c558663936699/raw/transparent_twitter.user.css | |
| ==/UserStyle== */ | |
| @-moz-document domain("x.com"), domain("twitter.com") { | |
| body { |
OlderNewer