GimKit-Hacks icon indicating copy to clipboard operation
GimKit-Hacks copied to clipboard

inspect is blocked

Open ellomate69-098 opened this issue 2 years ago • 4 comments

Hi, How do I use these if inspect console is blocked, I know about bookmarklets but it dosent work if I add it after javascript: in a bookmark. please help i need to troll my teacher

ellomate69-098 avatar Dec 05 '22 22:12 ellomate69-098

check on Microsoft edge that is harder to block if not that possibly duck duck go

1912775 avatar Dec 20 '22 18:12 1912775

A lot of schools have it blocked.

Esb678 avatar Feb 01 '23 19:02 Esb678

javascript:(function() { var url = 'https://raw.githubusercontent.com/projectnomore/Javascript-Console-Emulator-W.I.P/main/SeparateVersion.js'; fetch(url) .then(response => response.text()) .then(code => { var script = document.createElement('script'); script.textContent = code; document.body.appendChild(script); }) .catch(error => console.error('Error fetching bookmarklet:', error));})();

me and my friend started a project and a site and everything with famous hacks for games: ProjectNoMore.rf.gd

We are making exclusive hacks for the site and I decided to make a bookmarklet that emulates the JS console in inspect for people who have the console blocked at their school. That is the fetch script for it

THeHamBurgueler avatar Jun 02 '23 16:06 THeHamBurgueler