Giter Site home page Giter Site logo

Won't work at all. about edpuzzle-answers HOT 5 OPEN

ading2210 avatar ading2210 commented on May 20, 2024
Won't work at all.

from edpuzzle-answers.

Comments (5)

ading2210 avatar ading2210 commented on May 20, 2024 1

@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

from edpuzzle-answers.

ading2210 avatar ading2210 commented on May 20, 2024

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?

from edpuzzle-answers.

KidNamedAtSchool avatar KidNamedAtSchool commented on May 20, 2024

Neither of these are blocked for me.

from edpuzzle-answers.

tacongit avatar tacongit commented on May 20, 2024

https://raw.githubusercontent.com/ading2210/edpuzzle-answers/main/app/popup.js

Isn't blocked for me either.

from edpuzzle-answers.

QuartzWarrior avatar QuartzWarrior commented on May 20, 2024

+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.

from edpuzzle-answers.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.