Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nakajmg/ScriptAutoRunner
Injects to any Script into a Website. It can be autorun as well.
https://github.com/nakajmg/ScriptAutoRunner
Last synced: 4 days ago
JSON representation
Injects to any Script into a Website. It can be autorun as well.
- Host: GitHub
- URL: https://github.com/nakajmg/ScriptAutoRunner
- Owner: nakajmg
- License: mit
- Created: 2015-09-16T07:28:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T03:54:45.000Z (7 months ago)
- Last Synced: 2024-08-02T17:37:27.244Z (3 months ago)
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/scriptautorunner/gpgjofmpmjjopcogjgdldidobhmjmdbm
- Size: 965 KB
- Stars: 134
- Watchers: 3
- Forks: 19
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ScriptAutoRunner
Injects to any Script into a Website. It can be autorun as well.
![](ss/02.png)
## Install
Download & install from Chrome Webstore.
[Download](https://chrome.google.com/webstore/detail/scriptautorunner/gpgjofmpmjjopcogjgdldidobhmjmdbm)
## Feature
* Injects external JavaScript library by URL
* Injects snippet by your own code thenAlso injected Scripts are executed automatically.
## Usage
Manage Scripts on options page.
Open from popup or [chrome://extensions/](chrome://extensions/).
### Add library
Click link icon. Then you write file's URL.
![](ss/01.png)
### Add Snippet
Click code icon. Then you write your own code.
### Filter by hostname.
By default, Scripts are executed all Website.
You can manage executed Scripts by hostname.
Expected value is String or Array(split by comma).
```
github.io, github.com
```### Temporary disable
When you would like to disable Scripts temporary.
You can manage Scripts on options and popup.
Click plug icon then toggle enable/disable.
![](ss/03.png)