https://github.com/risonakamo/schelper2
SC script executor
https://github.com/risonakamo/schelper2
Last synced: 3 months ago
JSON representation
SC script executor
- Host: GitHub
- URL: https://github.com/risonakamo/schelper2
- Owner: risonakamo
- Created: 2020-06-29T21:37:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T21:36:01.000Z (over 1 year ago)
- Last Synced: 2025-02-01T01:56:15.713Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 441 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# SC Script Executor 2
provide script executors for certain sites## how to add new script
1. in `executeconfig.ts`, add a configuration option for the new script. check the interface or other scripts for which options are available.
- new execute callbacks should go in the `executecallbacks.ts` file. executor callbacks are called with the result, or results, of the chosen content script to execute.
2. ensure the url being targetted is added to the manifest.# development setup
1. `npm i`
2. `npm run watch`
3. add this folder to chrome as developer extension