Skip to content

Instantly share code, notes, and snippets.

@secretdataz
Last active September 12, 2019 08:42
Show Gist options
  • Select an option

  • Save secretdataz/b9e7f722b6171fcdff065dd98cef93a7 to your computer and use it in GitHub Desktop.

Select an option

Save secretdataz/b9e7f722b6171fcdff065dd98cef93a7 to your computer and use it in GitHub Desktop.
Use along with uBlock Origin to screw with FuckAdBlock script
// ==UserScript==
// @name Fuck FuckAdBlock
// @namespace https://jittapan.app/
// @version 0.1
// @description Fuck you too, FuckAdBlock.
// @author J.P.
// @match http*://*/*
// @grant none
// @run-at document-start
// ==/UserScript==
(function() {
'use strict';
window.fuckAdBlock = {};
window.adBlockDetected = function () {};
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment