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 Page Visibility API | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Disables JS events on whole page focus/unfocus. Usefull to prevent ads stop when switching to another tab. | |
// @author Louis Chanouha | |
// @match *://*/* | |
// @grant none | |
// ==/UserScript== |