ShellShockADBlocker

Ad Blocker

Version vom 07.04.2018. Aktuellste Version

// ==UserScript==
// @name         ShellShockADBlocker
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Ad Blocker
// @author       Th3K1n9
// @match        https://shellshock.io/
// @grant        none
// ==/UserScript==

//removes stuff
document.getElementById("shellshock-io_300x250").remove();
document.getElementById("preroll").remove();