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-fetching
based 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.
// ==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 |