Linking to a specific part of a web page Create windows cmd shortcuts Use google ip to visit websites and change the url to bypass proxies
- use debugger to inspect any element on a page after 2 seconds pasting this code on dev console - because other events don’t work
- setTimeout(function() { debugger; }, 2000);