Troubleshooting

How to pause a script execution

Imagine the situation you want to change the color of the element you can't inspect the right way because of the script execution goes on the background of the website. So you can't catch it and find the correct Class or ID of the element that you wish to change the color for. The solution would be to pause script execution. Press F12 or Control+Shift+I and use the following screenshots showing you the workaround = ------------------------- ------------------------- ----------...
×