Skip to content

Instantly share code, notes, and snippets.

View wizzie2's full-sized avatar

Jonas Eriksson wizzie2

  • Sweden
View GitHub Profile
// ==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==
// ==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==