setTimeout(() => { debugger; }, 5000)
- Open browser inspector
- Select “Console”
- Click into the main area and type “allow pasting” and hit enter
- Copy and past the above setTimeout code into the main area and hit enter.
- Take curser and hover over element you want to style and wait for the screen to freeze.
- The code above is set to 5 seconds. If you want more or less time just adjust the number in the code.