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

Won't work at all. #11

Open
KidNamedAtSchool opened this issue Mar 13, 2023 · 5 comments
Open

Won't work at all. #11

KidNamedAtSchool opened this issue Mar 13, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@KidNamedAtSchool
Copy link

This is similar to issue #9, however it just doesn't completely work anymore. Nothing opens, I have pop-ups allowed. I tried the solution from #9, however it doesn't seem to work. It looks like the url in the fix on #9 lets to an invaild URL, and the raw.github.usercontent is invaild as well.

@ading2210
Copy link
Owner

Can you check to make sure https://cdn.jsdelivr.net/gh/ading2210/edpuzzle-answers@latest/script.js and https://raw.githubusercontent.com/ading2210/edpuzzle-answers/main/app/popup.js isn't blocked?

@ading2210 ading2210 added the bug Something isn't working label Mar 14, 2023
@KidNamedAtSchool
Copy link
Author

Neither of these are blocked for me.

@tacongit
Copy link

tacongit commented Apr 4, 2023

@QuartzWarrior
Copy link

QuartzWarrior commented Aug 16, 2023

+1, same problem.

Update: works fine on a personal account using chromebook. Does not work on the school account. Can still access urls manually.

Update 2: Not just fetch is blocked, also XMLHttpRequest is. (on my school account)

Code:

javascript:var xhr = new XMLHttpRequest();xhr.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { eval(this.responseText); }};xhr.open("GET", "https://cdn.jsdelivr.net/gh/ading2210/edpuzzle-answers@latest/script.js");xhr.send();
  • Hypothesis: Schools or Google blocks execution of code from bookmarks on school accounts.

Update 3: simple code such as javascript: alert("hi"); does not work either, supporting the hypothesis.

@ading2210
Copy link
Owner

@QuartzWarrior On Chrome versions past 114, bookmarklets are blocked whenever devtools is also blocked, which is the case on most managed accounts.

See https://chromium-review.googlesource.com/c/chromium/src/+/4558108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants