a very useful chrome extension
- it can block some script
- it has some useful functions you will use it frequently
- you can add your custom script to some websites
- find
src/script/content/
folder - add a your
www.example.com.js
file, and write your script into it, this script will work inwww.example.com
npm run dev
ornpm run build
to generatecontent_script.js
file
- You need have a Chrome browser
- clone this project
- Open Chrome browser, and select
Settings
-Extensions
-Load unpacked
, and choose this project from your local disk
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build