NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name ShellShockADBlocker
// @namespace https://openusersjs.org/
// @version 1.0
// @license MIT
// @description Ad Blocker
// @author CrypticX
// @match https://shellshock.io/
// @grant none
// ==/UserScript==
document.getElementById("shellshock-io_300x250").remove();
document.getElementById("preroll").remove();
var aipGameContainer = document.getElementById('aipGameContainer');
aipGameContainer.style = " ";