Methods - GooseterV/Blooket GitHub Wiki
IOS / Apple Mobile Devices
Install the shortcuts app through app store (if not already built into device) Open up app
-
Tap on the left tab that says 'Sharesheets'
-
Click the plus sign in the top of the screen (+ icon)
-
Change the 'Accepts' box to only safari web pages
-
Go into the left box and tap on 'Web', scroll until you find 'Run JavaScript On WebPage'
-
Drag out box
-
Replace contents with below
// clipboard variable here
window.setTimeout(alert, 1, 'Javascript Input Executed.');
completion("Done.");
- Open up safari, copy the code from the js file, and head to blooket
- Go to correct page for script
- Tap on the share icon in the top right corner, scroll until you see your shortcut, and run it
Android/Samsung Devices
- Refer to the Bookmarklets section.
Bookmarklets
- Go to any page and create a new bookmark with the favorite icon (star)
- Replace bookmark url with
javascript:
- Paste fetch script from above
When you finish it should look something like:
javascript:(obfuscatedcodeblahblahblah)
To run it, head to blooket and click the bookmark
Other Devices
- For devices with devtools/inspect disabled, refer to the Bookmarklets section.
- For any console devices, you may have to wait for further releases.