adubov1 / khanacademy_bot

An answer revealer userscript for Khan Academy
GNU General Public License v3.0
107 stars 40 forks source link

Could you do this with a raw JS code that you paste in the console? #23

Open cistuff opened 1 year ago

cistuff commented 1 year ago

Curious because I am trying to make a bookmarklet that shows the answers in console when you click the bookmarklet

auzt1e commented 1 year ago

Try it out. Let me know what you find!

JS code: https://github.com/adubov1/khanacademy_bot/blob/main/khanacademy_revealer.user.js

cistuff commented 1 year ago

When I paste the JS code into the console it returns "undefined" Do you have any idea why it would respond with this instead of what it usually prints when executed w Tampermonkey?