Skip to content

Instantly share code, notes, and snippets.

@dimmuboy
Created April 18, 2019 20:01
Show Gist options
  • Save dimmuboy/c28b5f12d8de89d6053b3fcbe2d4b2de to your computer and use it in GitHub Desktop.
Save dimmuboy/c28b5f12d8de89d6053b3fcbe2d4b2de to your computer and use it in GitHub Desktop.
Block Ad Block detection - topserialy.to
// ==UserScript==
// @name Anti-AB detect
// @namespace http://tampermonkey.net/
// @description Block Ad Block detection
// @include https://www.topserialy.to/*
// @author eDm
// @grant none
// @version 0.1
// ==/UserScript==
(function() {
'use strict';
// Rewrite website function for AB detect
function AnoMamAB() { console.log('I have AdBlock without shame!') }
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment