Skip to content

Instantly share code, notes, and snippets.

@kickturn
Last active July 1, 2023 20:17
Show Gist options
  • Save kickturn/d20e5e16de74c67e6e5fa91e79e35f3a to your computer and use it in GitHub Desktop.
Save kickturn/d20e5e16de74c67e6e5fa91e79e35f3a to your computer and use it in GitHub Desktop.
Austiblox anti-adblock bypass
// ==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