Skip to content

Website hacks that design to just be able to copy&paste into your console and work.

License

Notifications You must be signed in to change notification settings

Wolfermus/Wolfermus-Website-Hacks

Repository files navigation

Wolfermus-Website-Hacks

This Repo contains website hacks that I have created and wanted to share


Website Hacks


Auto Updated Menu Hack

You Can Either: Auto Inject Script

Step 1: Install a user script manager

Desktop

Known compatibles:
Unknown compatibles:

Android

Known compatibles:
Unknown compatibles:

iOS

Known compatibles:
Unknown compatibles:


Step 2: Goto the user script

Wolfermus Menu Hack Insta Auto Update


Step 3: Install the user script

Click the button Raw located top right of where the code is located.

Show Image

image


Step 4: Click install user script

(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)

Show Images

image image

Or You Can: Manually Inject Script

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)