Skip to content

don-patterson/chrome-hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chrome-hack

Customize Chrome behaviours with css and javascript

Usage

  • 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.json to include your new script, i.e.:
    "content_scripts": [
      {
        "matches": ["https://some-site.com"],
        "css": ["scripts/my-new-styling.css"]
      }
    ]

About

Customize Chrome behaviours with css and javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages