This is an instruction for how to setup QoL features if you can't install QoL chrome extension or use different browser
To launch QoL code directly without extension you need:

Step 1:

Access to browser developer console and switch context to game's frame


Press Ctrl + Shift + J
In upper left corner find context dropdown menu, usually it says top by default. Select gameiframe




Step 2:

Execute QoL javascript code


Copy all code from following field, paste it into console and press Enter.


To launch QoL code directly without extension you need:

Step 1:

Access to browser developer console and switch context to game's frame


Press Ctrl + Shift + K
Write cd(gameiframe) in console and press Enter


Step 2:

Execute QoL javascript code


Copy all code from following field, paste it into console and press Enter.


To launch QoL code directly without extension you need:

Step 1:

Access to browser developer console and switch context to game's frame


Press F12 to open developer tools, then choose console
In some versions Internet Explorer will toggle debugger on exceptions and it may fire on Kongregate page and pause the whole page.
To disable it go to debugger tab, press Ctrl + Shift + E, select Never break on exceptions and press F5 or play button on the top panel o resume the page. Then proceed to co console and write that cd(gameiframe) to finally switch context. I don't personally use IE and the whole game won't even work in my Internet Explorer, so I can't test if QoL code will actually work. Theoretically it should (:


Step 2:

Execute QoL javascript code


Copy all code from following field, paste it into console and press Enter.


To launch QoL code directly without extension you need:

Step 1:

Access to browser developer console and switch context to game's frame


Quick search says you can't use console to swith context directly. Possible solution would be to right click on game area, select Show Web Inspector and then switch to console tab in developer menu.
If there is no web inspector in right click menu, try this:
In Safari menu bar click Safari > Preferences, then select the Advanced tab. Enable Show Develop menu in menu bar
Now we have opened console in right frame context.


Step 2:

Execute QoL javascript code


Copy all code from following field, paste it into console and press Enter.


To launch QoL code directly without extension you need:

Step 1:

Access to browser developer console and switch context to game's frame


Press Ctrl + Shift + I (for Mac ⌘ + ⌥ + I) Find context dropdown menu in top panel and select gameiframe




Step 2:

Execute QoL javascript code


Copy all code from following field, paste it into console and press Enter.