https://github.com/robbycbennett/customizer
https://github.com/robbycbennett/customizer
browser-extension personal
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/robbycbennett/customizer
- Owner: RobbyCBennett
- Created: 2022-12-12T23:49:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T05:33:48.000Z (over 1 year ago)
- Last Synced: 2025-03-11T06:27:04.279Z (over 1 year ago)
- Topics: browser-extension, personal
- Language: JavaScript
- Homepage:
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Customizer
## Install
[Chrome Web Store](https://chrome.google.com/webstore/detail/organizer/nkhdafpofippbfhihgnpbnmmgcflegdf)
## Introduction
Add custom CSS to one or many sites. Sometimes websites don't look the way you want them to. Simplify or change them with Cascading Style Sheets. CSS can be applied to many pages with the * wildcard. It is applied before the HTML loads. The CSS is edited in a popup window or the big options page, not in a sidebar of the page; you are not hindered by the page.
## Features
Edit CSS
* View & edit styling for one page or many
Storage Sync
* Options saved for use on any computer
## Instructions
Configure Keyboard Shortcut
1. Click the icon for this extension
2. Click "Keyboard shortcuts"
3. Make a keyboard shortcut for "Big options page: edit site"
4. In the future, use this shortcut so you can use "Inspect Element"
Add Site
1. Open the popup or big options page
2. Go to the field "Add site"
3. Type in a URL like the following
* Normal: `en.wikipedia.org`
* Wildcard: `*.wikipedia.org` or `*`
4. Hit enter or click the plus button
Edit CSS
1. Open the popup or big options page
2. Add rules and change properties
3. Refresh the site