Customize Chrome behaviours with css and javascript
- Checkout this repo and load as an "unpacked" extension. This lets you import and run your own css and javascript
- add/update entries to the "content_scripts" section of
manifest.jsonto include your new script, i.e.:"content_scripts": [ { "matches": ["https://some-site.com"], "css": ["scripts/my-new-styling.css"] } ]