ading2210 / edpuzzle-answers

A Javascript bookmarklet that can get the answers for Edpuzzle assignments, skip the video, change the video speed, and automatically answer the questions.
https://edpuzzle.hs.vc
GNU General Public License v3.0
216 stars 124 forks source link

Stopped working #5

Closed 44011406 closed 1 year ago

44011406 commented 1 year ago

Everytime i press the button "Asnwer Questions or Skip Video" it doesnt work. Also it doesnt shows the underlines, what happened?

Screenshot 2023-01-20 3 38 17 PM

ading2210 commented 1 year ago

It's been fixed now, just clear your cache. jsDelivr, which is used to load the main script, has a significantly longer cache duration than Github, which is used to load all the other files. Moving most of the JS files to a separate directory broke all the older versions that were still cached by the browser, since those would have still been referencing the old paths.