This Repo contains website hacks that I have created and wanted to share
Desktop
- Opera/Opera GX: Tampermonkey or Violentmonkey (Follow Note About Opera users)
- Firefox: Tampermonkey or Violentmonkey
- Chrome: Tampermonkey or Violentmonkey
- AdGuard: Comes Installed With A User Script Manager (Yes you need the for windows not the extension)
- Firefox: Greasemonkey
- Safari: Tampermonkey or Userscripts
- Microsoft Edge: Tampermonkey
- Maxthon: Violentmonkey
Android
- Kiwi: Tampermonkey or Violentmonkey
- XBrowser: Comes Installed With A User Script Manager
- AdGuard: Comes Installed With A User Script Manager (Altho to use the User Script Manager you need the pro version of the app which either you can pay for or get a limited time trial)
- Firefox: Greasemonkey, Tampermonkey or Violentmonkey
iOS
- Safari: Tampermonkey or Userscripts
- AdGuard: Comes Installed With A User Script Manager (Altho to use the User Script Manager you need the pro version of the app which either you can pay for or get a limited time trial)
- Firefox: Greasemonkey, Tampermonkey or Violentmonkey
Wolfermus Menu Hack Insta Auto Update
Click the button Raw located top right of where the code is located.
(If you are using XBrowser Android App you need to copy the link of the page then press the button at the bottom middle of the app, then press the gear on the bottom left, click browser scripts, click new script, click import script from url, paste url into the box then press OK.)
(If you are using the AdGuard Windows App you need to copy the link of the page you can do this by right clicking the Raw button in the last step and pressing Copy Link Address or by copying the URL from the URL box, then go to the AdGuard Windows App, goto Settings, then goto Extensions, make sure its enabled, then click Add Extension, paste the URL link into the box, then click Install)
Copy and paste:
let branch = "main";
(async function(){
let autoUpdate = await (await fetch(`https://raw.githubusercontent.com/Wolfermus/Wolfermus-Website-Hacks/${branch}/menu/Wolfermus%20-%20main%20menu%20autoupdate.js`)).text();
await eval(autoUpdate);
})();
Into your browser console by pressing:
- Opera/Opera GX:
CTRL+SHIFT+J
- Chrome:
CTRL+SHIFT+J
- Firefox:
CTRL+SHIFT+I
(Then Goto Console)