-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
inspect is blocked #20
Comments
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 |
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
The text was updated successfully, but these errors were encountered: