This chrome extension allows you to add script that will be executed on every page opened.
1. Clone
$ git clone --recurse-submodules /~https://github.com/aneelkkhatri/script-executor.git
2. Add the extension to Chrome
- Enable Developer Mode in Chrome extensions
- Load unpacked with
extension
folder of the clone repo - Click
<>
icon of the extension to open the script editor - Add any code that you want to be executed every time a page opens.
- That's all!