Browser extensions vs your JavaScript What do browser extensions do? From the Chrome Extension Docs... Content scripts are JavaScript files that run in the context of web pages. By using the standard DOM, they can read details of the web pages the browser visits, or make changes to them. JS is running in your app that you didn't put there. Show me proof! DIY JS error logging window.onerror = funct

