Skip to content
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

Open
ellomate69-098 opened this issue Dec 5, 2022 · 4 comments
Open

inspect is blocked #20

ellomate69-098 opened this issue Dec 5, 2022 · 4 comments

Comments

@ellomate69-098
Copy link

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

@1912775
Copy link

1912775 commented Dec 20, 2022

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

@Esb678
Copy link

Esb678 commented Feb 1, 2023

A lot of schools have it blocked.

@belugaHackz
Copy link

If inspect is blocked, your district probably has it blocked for a good reason. but it took me two years to hack the district and get all permissions, unless that's what you want to do, stay focused in school.

@THeHamBurgueler
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants
@ellomate69-098 @belugaHackz @Esb678 @1912775 @THeHamBurgueler and others