// ==UserScript== // @name Purple Shell Shocker Theme - Custom Scope CrossHair And HealthBar // @namespace http://urfat.com/ // @version 1.1 // @description A Purple Shell Shocker Theme // @author Cluck36 // @match https://shellshock.io/* // @grant none // @downloadURL https://update.greasyfork.icu/scripts/476869/Purple%20Shell%20Shocker%20Theme%20-%20Custom%20Scope%20CrossHair%20And%20HealthBar.user.js // @updateURL https://update.greasyfork.icu/scripts/476869/Purple%20Shell%20Shocker%20Theme%20-%20Custom%20Scope%20CrossHair%20And%20HealthBar.meta.js // ==/UserScript== (function () { const addScript = () => { document.title = "Shell Shockers (Purple)" document.head.innerHTML += `` } document.body ? addScript() : document.addEventListener("DOMContentLoaded", e => addScript()); })();