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 Vanished Tweet Recovery | |
// @namespace https://d23.dev/ | |
// @version 1.2 | |
// @description Detects whenever a tweet mysteriously vanishes from your timeline for no reason and allows you to re-open it | |
// @author angeld23 | |
// @match *://*.x.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=x.com | |
// @grant none | |
// ==/UserScript== |
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
![Adblock Plus 2.0] | |
! Title: FuckFandom | |
! Expires: 30 days (update frequency) | |
! Homepage: https://gist.github.com/Craftplacer/04089c2c666c89e10818124c92d9c65b | |
fandom.com##.mcf-wrapper | |
fandom.com##.wds-global-footer | |
fandom.com##.global-navigation | |
fandom.com##.top-ads-container |
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
/* Check out https://www.reddit.com/r/FirefoxCSS/ for an explanation on how to customize */ | |
/* This hides a ton of buttons because I use Vimium for most navigation */ | |
/* Screenshot at https://feed.grantcuster.com/post/1596224341/ */ | |
:root { | |
--base00: #282828; | |
--base01: #3c3836; | |
--base02: #504945; | |
--base04: #bdae93; | |
--base05: #d5c4a1; |
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 No YouTube Volume Normalization | |
// @namespace https://gist.github.com/abec2304 | |
// @match https://www.youtube.com/* | |
// @grant GM_addElement | |
// @version 2.72 | |
// @author abec2304 | |
// @description Enjoy YouTube videos at their true volume | |
// @run-at document-start | |
// @allFrames true |