Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 571 Bytes

File metadata and controls

18 lines (15 loc) · 571 Bytes

Script Executor

This chrome extension allows you to add script that will be executed on every page opened.

How to Use?

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!

Scripts