https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/
Make sure the following options are off:
Disable pre-fetching
| ![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 |
https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/
Make sure the following options are off:
Disable pre-fetchingbased off of the following code https://stackoverflow.com/a/43794379/11006719 this edited version fixes the issue that would only let you use increase the volume on one video element every time the url is changed (The Firefox versions run when you click the page do to Firefox requiring the user to interact with the page before it allows you to create an AudioContext).
The versions with safety in the name (and the userscripts) will prompt you to confirm your input when you set it so high.
gpedit.msc.| // ==UserScript== | |
| // @name YouTube - Search Results Cleaner | |
| // @description Hides most of the random, unrelated videos which YouTube injects into search results, but still allows you to access them. This script gathers videos from categories like "People also watched" and "For you" and collapses them into thin boxes on-screen so they won't distract from actual search results. Hover the mouse over these boxes to show their contents. | |
| // @namespace lednerg | |
| // @version 24.1.11.2 | |
| // @author lednerg | |
| // @license CC-BY-NC-SA-4.0 | |
| // @grant GM_addStyle | |
| // @run-at document-start | |
| // @include http://youtube.com/* |
| // ==UserScript== | |
| // @name Nova YouTube beta | |
| // @namespace yt-nova | |
| // @version 0.50.0c | |
| // @description Powerful control on YouTube | |
| // @author raingart <[email protected]> | |
| // @license Apache-2.0 | |
| // @icon https://raw.github.com/raingart/Nova-YouTube-extension/master/icons/48.png |
There is a small chance your account could be banned. DO NOT login with an important Google account (such as an account you use for Gmail)
If yt-dlp is asking you to log in, first try running --update-to nightly to see whether it fixes the issue!
| // ==UserScript== | |
| // @name MediaFire Batch Downloader v1 | |
| // @namespace http://tampermonkey.net/ | |
| // @include https://www.mediafire.com/folder/* | |
| // @include https://www.mediafire.com/file/* | |
| // @version 1.0 | |
| // @description Batch download files from a MediaFire folder with delay | |
| // @author Aditya Jain | |
| // @license GNU GPL v3 | |
| // @grant none |
| // ==UserScript== | |
| // @name VNDB Cover Preview | |
| // @namespace https://twitter.com/Kuroonehalf | |
| // @namespace https://kuroonehalf.com | |
| // @include https://vndb.org* | |
| // @include https://vndb.org/v* | |
| // @include https://vndb.org/g* | |
| // @include https://vndb.org/p* | |
| // @include https://vndb.org/u* | |
| // @include https://vndb.org/s* |