Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 874 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 874 Bytes

Google Chrome User Stylesheet Extension

I used some code from Eltee-Taiwo's reposity

How to install

  1. Clone the reposity
  2. Unzip the .zip file
  3. In Chrome settings, go to the Extensions tab
  4. Enable Developer mode
  5. Click Load Unpacked
  6. Select the unzipped folder where the manifest.json located

How to make a custom style

  1. Go to the extension's folder
  2. Create a styles folder (and open it)
  3. Create a .css file whose name should be the domain of the page you want to modify
    (for example: If you want to create a stylesheet for the website www.google.com, then create a file www.google.com.css)
  4. Modify the file as you wish