aneelkkhatri / script-executor

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:JavaScript 76.7%Language:HTML 23.3%