Force reload

Hold down Shift and click the Reload button.
or
Open the Chrome Dev Tools (F12). Then right-click the normal chrome refresh button and a menu will dropdown.

Developer console

Chrome: CTRL + SHIFT + I

Edge: F12

View javascript console

Chrome: CTRL + SHIFT + J

Edge: CTRL + SHIFT + J

Halt Javascript

Chrome

First use CTRL + SHIFT + J to enter debugging mode and show the console output.

Method A

SHIFT + ESC then select the tab and press End Process

Method B

CRTL + SHIFT + P

Start typing Javascript, then you can disable javascript and enable javascript.

 

Feel free to comment if you can add help to this page or point out issues and solutions you have found. I do not provide support on this site, if you need help with a problem head over to stack overflow.

Comments

Your email address will not be published. Required fields are marked *