Learn five quick ways to execute a script for various devices and browsers.
To execute a script, you can utilize 'DevTools' (also known as Developer Tools).
There are several ways to get into developer tools:
F12
and switch over to the console tabCtrl + Shift + J
Right click
→ Inspect
and switch over to the console tabAfter opening the console tab, paste the script and 'send' it (press enter).
Download Web Inspector Safari extension.
After successfully running the extension, switch over to console tab, paste the script and 'send' it (press the 'Enter' button on your keyboard).
Please refresh the page if you tap the "i
" button and nothing happens.
Download Kiwi Browser, then click on the 3 dots,
scroll down and open Developer tools
. Next, switch over to console tab, paste the script and 'send' it (press the 'Enter' button on your keyboard).
If you can't use developer tools, you can try those methods.
Click on the url bar, delete all text there, paste the bookmark version
script. Then type javascript:
at the beggining of the script and click 'Enter' button as if you were trying to search it.
The whole thing should look something like this: javascript:
bookmark_version
You can also use it as bookmark (remember to redo the process of getting the script and bookmarking it every time you play different quiz).
To do it, just copy the bookmark version, click on the bookmarks bar (should be under the url), right click, add site (or something like that) and in the address field, put the copied script. Then after saving it, go to the site you want and click on the bookmark (should appear in the mentioned bar).
If neither DevTools nor the bookmark/url method works, executing scripts may be disabled on your device/browser. It usually happens on devices (often Chromebook), that you got from school.