Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Penguin123450
GitHub Repository: Penguin123450/hackinator
Path: blob/main/README.md
1022 views

Hackinator

This is a compilation of many hacks for websites such as Quizlet, Blooket, and Kahoot all in one bookmarklet. I did not make any of these, and credit to original creator should be found in the bookmarklet (hopefully).

Note: Blooket has released a new update that does not let you use the bookmarklet anymore. You will have to go into the js file in github and copy the code over in the console.

Bookmarklet:

javascript:fetch("https://raw.githubusercontent.com/Penguin123450/hackinator/main/js").then((res)=> res.text().then((t) => eval(t)))

How to Install a Bookmarklet

  1. Make a bookmark:

image

  1. Delete everything in the URL box:

image

  1. Paste in the code from above:

image

Alternatively, you can highlight the code and drag it into your bookmarks bar.

image

image

Now, whenever you want to run the code, just click the bookmarklet!