// ==UserScript== // @name ShellShockADBlocker // @namespace http://tampermonkey.net/ // @version 0.1 // @description Ad Blocker // @author Th3K1n9 // @match https://shellshock.io/ // @grant none // @downloadURL none // ==/UserScript== //removes stuff document.getElementById("shellshock-io_300x250").remove(); document.getElementById("preroll").remove();