Stylus
easily install themes and skins for many popular sites
Download Links
Advertisement
"Stylus" is a fork of the popular Stylish extension which can be used to restyle the web. Not "ish", but "us", as in "us" the actual users. Stylus is a fork of Stylish that is based on the source code of version 1.5.2, which was the most up-to-date version before the original developer stopped working on the project. The objective in creating Stylus was to remove any and all analytics, and return to a more user-friendly UI. We recognize that the ability to transfer your database from Stylish is important, so this is the one and only feature we've implemented from the new version.
image

Features

FAQ

  1. What is the "Stylus" extension and how does it work?

    Stylus is a userstyles editor and manager based on the source code of Stylish version 1.5.2. Our objective is to maintain and improve upon the original author's version, while becoming more privacy oriented and remaining more user-friendly for style creators.

  2. What are the main differences and improvements over the original Stylish add-on?

    1.) Any and all analytics, telemetry, and data-collection have been removed completely. We'd rather not know what you're up to.

    2.) A backup feature, compatible with the one recently introduced in Stylish. To transfer your database, simply export from Stylish and import to Stylus.

    3.) An automatic update feature for installed styles. You can now set your own interval for all installed styles to automatically update on their own, silently in the background.

    4.) CodeMirror and CSSLint have been updated to their latest versions, respectively. Many false positive editor warnings and errors have been improved via the update, and we've added a few extra exceptions for some other common false positives.

    5.) Customizable badge color for the icon. You can now specify what color you'd like the badge to be for "enabled" and "disabled" icons.

    6.) A new icon state, which indicates when all styles are globally disabled.

  3. What is new in this version?

    Please check the log section in this page to find-out the recent changes. For more comprehensive list of changes, take a look at the GitHub's commit section.

    If you have a feedback about the recent updates please share it here:

  4. How can I contribute to this extension?

    PR's are welcome on Github https://github.com/schomery/stylish-chrome/issues, and you should also report any bugs you come across by opening an issue there. Participation in any form is encouraged, so feel free to browse through the issues and share your thoughts. If you're interested in lending your assistance to expedite any future progress, pay special attention to any issues labeled as "help wanted". To contribute to translations for the Stylus UI, visit transifex at https://www.transifex.com/github-7/Stylus/.

    Otherwise, if you prefer a more informal method of getting in touch or starting a conversation, please leave a comment here on the discussion section. We will monitor any discussions here and join in, and it may be a more appropriate venue for opinions and less urgent suggestions.

  5. How can I export my user styles from Stylish for Firefox add-on?

    Stylish for Firefox add-on does not support exporting to the JSON format at the moment. For now, use the following experimental extension to generate Stylus compatible JSON file.

    1. Open about:debugging in a browser tab
    2. Download this XPI
    3. Point “Load as Temporary Add-on” to the downloaded XPI file
    4. Wait for a few while until all your styles are converted

    On successful conversion, you will get a JSON file on your desktop. This file can be exported to the Stylus add-on. Note that Stylish add-on needs to be enabled in order for the extension to be able to read Styles.

Preview

Reviews

Please keep reviews clean, avoid the use of improper language and do not post any personal information.HTML tags
  • <a> Defines an anchor.

    Example: <a href="http://add0n.com">a sample link</a>

  • <pre><code> Syntax Highlighting (Supported languages: Bash, JSON, HTML, JavaScript, and CSS).

    Example: <pre><code class="javascript">var foo = 'bar';</code></pre>

  • <strong> Defines bold text
  • <blockquote> Defines a long quotation
  • <caption> Defines a table caption
  • <cite> Defines a citation
  • <em> Defines italic text
  • <p> Defines a paragraph
  • <span> Defines a section in a document
  • <s> Defines strikethrough text
  • <strike> Defines strikethrough text
  • <u> Defines underlined text
  • <br> Defines a single line break; can be used alone and don't need an ending tag

Editorial Review

If you tired of the same old look of your web and to give it a new and stylish look, stylus add-on is the ideal one for you. It is the best add-on of its kind, which you can restyle your web. This add-on was created with the aim to make it provide the users an easy interface to make their browser more stylish and pleasant to look at.

Stylus add-on is supported by multiple browsers i.e. Chrome, Firefox, and Opera. It allows the users to install themes easily for numerous websites to change the look. It has a modern user interface which is easier to the user and boasts of various features that give it an edge over the various other similar extensions available on the internet.

Some other notable features associated with this amazing extension from Mozilla includes the backup feature (Chrome compatible) and customizable auto-update feature for styles. However, the user interface of the browser and internet pages cannot be restyled with Stylus due to the security restrictions in the WebExtensions platform.

On the whole, the positive features this add-on boasts of definitely outnumber the minor drawbacks it has, making it one of the popular and most used extension to be used for giving your web a new and improved look. This extension gives users and opportunity to design and style their web the way they want to in an easier way with its simple interface. The makers of this extension are open to your feedback and suggestions; you can notify them if you ever encounter a bug or have some ideas for improvement of this extension.

What's new in this version


Change Logs:
    Last 10 commits on GitHub

    Explore more

    Need help?

    If you have questions about the extension, or ideas on how to improve it, please post them on the support site. Don't forget to search through the bug reports first as most likely your question/bug report has already been reported or there is a workaround posted for it.

    Open IssuesIssuesForks

    List of the last 10 reported bugs or suggestions:
    #231
    Wrong License listed on AMOBy: jeremyredhead, Comments: 0, Updated: 2017-11-11
    I just noticed that the sidebar on Mozilla Addons states Stylus as being "Released under Mozilla Public License, version 2.0", whilst the source has a GPLv3 license. If possible, correcting this is probably a good idea, since it's rather confusing.
    #229
    text-decoration-skip: ink deprecationBy: tophf, Comments: 0, Updated: 2017-11-09
    Chrome 57 [introduced](https://www.chromestatus.com/feature/4896897575682048) `text-decoration-skip: ink` to skip glyph descenders for `text-decoration: underline`. CSS committee decided to use a separate property `text-decoration-skip-ink: auto`. Chrome 64 [removed](https://www.chromestatus.com/feature/5631679087509...
    #226
    Chrome: Popup borderBy: narcolepticinsomniac, Comments: 4, Updated: 2017-11-10
    @tophf That stupid UI change has made its way to Chrome stable. As you mentioned in the bug I filed, the workaround will be to add a 2px white border to the sides of the popup. I've already done this personally because it looks terrible, and incredibly annoying. I'm debating whether to update my dark style with it, bu...
    #223
    Android compatibilityBy: tophf, Comments: 2, Updated: 2017-11-03
    Now that mobile Firefox supports remote debugging we can investigate compatibility issues on Android. Also applies to Chromium-based Yandex Alpha, which supports extensions.
    #220
    CodeMirror auto completeBy: Yodzorah, Comments: 3, Updated: 2017-11-05
    Auto complete for brackets/quotes and indentation. Please.
    #215
    Firefox: cannot style programmatically created same-origin iframeBy: Tamschi, Comments: 2, Updated: 2017-11-11
    * **Browser**: Firefox Developer Edition 57.0b9 (64-bit) * **Operating System**: Windows 10 Pro 1709 * **Screenshot**: ![Image of a Twitter widget surrounded by a pink background. The widget itself does not have any pink backgrounds.](https://i.imgur.com/dhfVk68.png) (https://dev.twitter.com/web/overview) * **Styl...
    #214
    Firefox XUL styles: warn or disable completelyBy: tophf, Comments: 0, Updated: 2017-10-14
    XUL styles that target chrome:// URLs or have XUL namespace in Firefox are not supported by WebExtension API so Stylus should show a warning upon clicking the install button on USO with an explanation like `This style does not work in new Firefox: WebExtensions cannot apply userstyles to the browser UI`. XUL-only st...
    #210
    Color picker in the editorBy: tophf, Comments: 2, Updated: 2017-10-13
    * Easy: a colorpicker button under a section. Arguably a color wheel icon, maybe not even a `
    #208
    The regexp test almost forced me to task manager kill Firefox.By: DanaMW, Comments: 24, Updated: 2017-10-11
    Firefox 57 Developers Linux Arch 4.13.4-1 64 I use an extension called Newtab tools, and I was just trying to write a 2 line script to put a border around the thumbnails. More to see just what i could do with this Firefox and i clicked the test regex button to see if i was connecting with his fine extension (I wasn'...
    #205
    Feature request: Fallback to global styleBy: rogerdahl, Comments: 24, Updated: 2017-10-07
    Thank you for Stylus, it's awesome. I have a dark themed desktop and I would like to use a dark themed global style in Stylus. However, since the global style applies to all sites, it gets applied in addition to any specific dark theme I have for a given site. Of course, a site specific dark theme often gives a b...

    To report more bugs or submit a new bug please visit https://github.com/schomery/stylish-chrome/

    Recent Blog Posts on add0n.com

    Fork me on GitHub

    Original text


    Open Chat