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

No longer working #9

Closed yibbbbbb closed 6 months ago

yibbbbbb commented 1 year ago

I've attempted to use the newest version of the bookmarklet and while it creates the pop up the correct answers are not underlined and the skip video does not work

ading2210 commented 1 year ago

What device are you using the script on? Also, if possible, please add screenshots which show the issue.

yibbbbbb commented 1 year ago

Chrome book and I will attach screenshots shortly

yibbbbbb commented 1 year ago

image Answers Arnt underlined and the skip video and answer question buttons don't work

ading2210 commented 1 year ago

Is raw.githubusercontent.com blocked for you?

yibbbbbb commented 1 year ago

Yes and it has been fora while but I can still get bookmarklets onto the computer

ading2210 commented 1 year ago

Yeah, so the script loads its resources off of raw.githubusercontent.com, so if that's blocked then it won't work.

yibbbbbb commented 1 year ago

Is there anyway to get around this?

ading2210 commented 1 year ago

I'm working on a way to host multiple mirrors and automatically switch between them if one is blocked, so this issue should be fixed soon.

ading2210 commented 1 year ago

For now though, put document.dev_env = "https://cdn.jsdelivr.net/gh/ading2210/edpuzzle-answers@latest"; at the beginning of the bookmarklet after the javascript: part. That'll tell the script to fetch all assets from Jsdelivr instead of Github.

ading2210 commented 1 year ago

For now though, put document.dev_env = "https://cdn.jsdelivr.net/gh/ading2210/edpuzzle-answers@latest"; at the beginning of the bookmarklet after the javascript: part. That'll tell the script to fetch all assets from Jsdelivr instead of Github.

@Yerthesweat Can you confirm whether or not this works?

yibbbbbb commented 1 year ago

Havnt had to use edpuzzle recently but I will update when i do

tacongit commented 1 year ago

For now though, put document.dev_env = "https://cdn.jsdelivr.net/gh/ading2210/edpuzzle-answers@latest"; at the beginning of the bookmarklet after the javascript: part. That'll tell the script to fetch all assets from Jsdelivr instead of Github.

@Yerthesweat Can you confirm whether or not this works?

No, it is not working. Also, the skip & auto-answer pop-up doesn't show anymore.