Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asimen1/restyler
Chrome devtool extension for easy restyling of any webpage
https://github.com/asimen1/restyler
chrome-extension css devtools-extension style webpage
Last synced: 23 days ago
JSON representation
Chrome devtool extension for easy restyling of any webpage
- Host: GitHub
- URL: https://github.com/asimen1/restyler
- Owner: asimen1
- License: mit
- Created: 2016-08-05T08:53:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T06:04:01.000Z (2 months ago)
- Last Synced: 2024-10-11T10:15:31.235Z (about 1 month ago)
- Topics: chrome-extension, css, devtools-extension, style, webpage
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/restyler/ofkkcnbmhaodoaehikkibjanliaeffel
- Size: 1.87 MB
- Stars: 18
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Restyler
## A devtool extension for easy restyling of any webpage
[Get the extension (Chrome Webstore)](https://chrome.google.com/webstore/detail/restyler/ofkkcnbmhaodoaehikkibjanliaeffel)
Restyler lets you change the appearance of any webpage with an easy to use interface.
Ongoing changes in the page are automatically observed so new styling is always taken into account.
Perfect for testing out design changes or rebranding on an existing page!★ Modify any CSS attribute value such as font, color, margins, etc...
★ Apply styling rule to all elements in the page or to a specific set (using selectors).
★ Edit any text content in the page.
★ Share your styling rules as a config or a CSS file.
Built with `react` + `webpack`.
### Developing Locally
// install dependencies
npm install// run the dev script
npm run dev> Minimum `nodejs` version required is "18.18.0", this is due to `@eslint/js` requirements. The minimum versions are also set in the `engines` field in package.json.
The extension is built to the `dist` folder.
You can now load it via the chrome extensions page chrome://extensions/ -> "Load unpacked extension..."
(Make sure you have "Developer mode" turned on in chrome's extensions page)
### Todos
* Support image sources modification.
* Support editing a rule after it has been added.
* Add the number of matched/modified elements for each rule (can show total matches in extension badge).
* Allow user to save rules as presets (and auto apply them on site url matching).
* Update "inspect" design on web page, perhaps include a psuedo `::before` element with some text.
* Tests?### License
MIT