GimKit-Hacks
GimKit-Hacks copied to clipboard
inspect is blocked
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
check on Microsoft edge that is harder to block if not that possibly duck duck go
A lot of schools have it blocked.
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