Skip to content

Instantly share code, notes, and snippets.

View lchanouha's full-sized avatar

Louis Chanouha lchanouha

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