Last active
July 1, 2023 20:17
-
-
Save kickturn/d20e5e16de74c67e6e5fa91e79e35f3a to your computer and use it in GitHub Desktop.
Austiblox anti-adblock bypass
This file contains 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 Austiblox Anti-Adblock Bypass | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author kickturn | |
// @run-at document-start | |
// @match https://austiblox.net/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=austiblox.net | |
// @grant none | |
// ==/UserScript== | |
(function() { | |
'use strict'; | |
window.coolStuff = ('World'); | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment