Git Product home page Git Product logo

recolor's Introduction

ReColor

Extension which lets you recolor the Web with the colors you most love!
ReColor - allows you to change automatically the colors used in any Web page you visit with the colors you want.

Example recoloring of google (the used colors are solarized)

Installation instructions

Firefox

You could install ReColor from here: https://addons.mozilla.org/en-US/firefox/addon/recolor/.

Chrome

  1. Download the recolor.crx file.
  2. Open chrome://extensions.
  3. Drag and drop the file onto the page, then click install in the popup dialog.

Configuration instructions

GUI Configuration

You could configure the extension colors through its options in the extensions page, just don't forget to save them by clicking the save button.

Advanced configuration

If you want more advanced configuration you have to load the extension in developer mode (from the directory extension) and then modify config.js as you wish and reload the extension.

User style bookmarklet

If you want to get the generated CSS from ReColor, so you could used it like a userstyle, use this bookmarklet:

javascript:(function(){var a,b;a=function(a){var b,c;return b=new Blob([a.text],{type:"text/plain"}),c=document.createElement("a"),c.href=window.URL.createObjectURL(b),c.download=a.name,document.body.appendChild(c),c.click(),setTimeout(function(){return c.remove()},1e3)},b=function(){return Array.from(document.querySelectorAll("#recolor > style")).map(function(a){return a.textContent}).join("\n")},a({name:document.domain+".userstyle.css",text:b()})}).call(this);

Known limitations

The extension is definitely not perfect. It doesn't support the @import rule and inline styles.

recolor's People

Contributors

i-tsvetkov avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.