Styler lets you inject .css and .js files into web sites you visit
- Pull this repository
- Navigate to
chrome://extensions - Make sure that the
Developer modecheckbox in the top right corner is checked - Click on the
Load unpacked extension ...button and select the folder where you downloaded this repository
{
"github": {
"enabled": true,
"domains": [
"github.com",
"gist.github.com"
],
"inject": {
"css": [
"github-general-fixes.css",
"github-dark.css",
"github-pygments.css"
]
}
},
"youtube": {
"enabled": true,
"domains": [
"www.youtube.com"
],
"inject": {
"css": ["youtube.css"],
"js": ["some.js"]
}
}
}sites/
├── config.json
├── github
│ ├── github-dark.css
│ ├── github-general-fixes.css
│ └── github-pygments.css
└── youtube
├── some.js
└── youtube.css
- Create a folder called
sitesunder the root folder of this extension - Copy the above configuration in
sites/config.json - Create two separate directories:
sites/githubandsites/youtube, and place your styles and scripts there - Each time you make changes to the configuration or the styles, you have to click the
Reload (Ctrl+R)link of the Styler extension underchrome://extensions