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 Disable Fullscreen Scrolling on YouTube | |
// @namespace http://tampermonkey.net/ | |
// @version 0.101 | |
// @description Disables mousewheel scrolling while fullscreen etc. | |
// @author You | |
// @match https://*.youtube.com/* | |
// @match http://*.youtube.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
// ==UserScript== | |
// @name Amazon Prime Video Mouse Fix | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Fix mouse cursor while watching fullscreen video | |
// @author Me | |
// @match https://*.primevideo.com/* | |
// @match http://*.primevideo.com/* | |
// @grant none | |
// ==/UserScript== |