Questions tagged [stylish]

Stylish, Stylus, and similar are multi-browser extensions that allows you to customize web pages by injecting CSS styles.

Warning: Stylish has turned into malware!

Recommend you use one of the many alternate extensions, such as Stylus.


Stylus and Stylish (and others) are multi-browser extensions that customize the appearance of web-pages that you browse.

That is, they let you "Theme" or "Skin" pages you visit by allowing you to overwrite CSS styles. This is especially useful for fixing the horrible font-sizes and low contrast text that many sites inflict upon their users.

For ready-made scripts/themes, see userstyles.org.

Reference:

87 questions
2
votes
1 answer

Scripting to alter Bitbucket diff colours

I have quite a bad red/green colorblindess, and when I'm reviewing pull requests on BitBucket I really struggle to tell apart the red and green on it. Years ago I had a small script a friend wrote on the plugin Stylish to alter the colors (to a blue…
djcmm476
  • 1,723
  • 6
  • 24
  • 46
2
votes
3 answers

RegEx-Stylish - Excluding some pages

I'm trying to use regex on Stylish addon for browsers, to match a website. This regex needs to match one domain (we will name it website.com) And this is how it should work : any subdomain allowed http or https too website.com/team* => not…
Pierrou
  • 303
  • 3
  • 21
2
votes
2 answers

Can't make Stylish script site specific

I have a Stylish script on Firefox that moves the Search button on Starting Page, but the problem is that it will move the Search button on other pages, as well. The lines @-moz-document…
Dr. Know
  • 23
  • 4
2
votes
1 answer

Exclude subfolders of a website in Stylish?

Is there a way to exclude subfolders of a website using Stylish? @-moz-document domain("www.website.com") { } Will affect all pages of website.com. The problem is, this website also hosts a wiki (www.website.com/wiki/*), which has an entirely…
user4383729
2
votes
2 answers

Stylish custom stylesheets do not work with SVG nodes

I found a strange issue and I'm not sure if it's a bug or normal behavior. Maybe I've got something wrong? I am trying to make a custom Stylish stylesheet to style some SVG elements. The stylesheet: svg circle { fill: #1E90FF; stroke-width: 5; …
Tomáš Zato
  • 50,171
  • 52
  • 268
  • 778
2
votes
2 answers

I can't get Stylish for Firefox to save my style, if it uses REGEXP in the url

I want to write a style the affects all websites I visit. If I open the style with something like this, @-moz-document url("") { I can save my style, and Stylish puts the words "Can affect anything" under the saved style. But in practice, it…
CreeDorofl
  • 173
  • 7
2
votes
2 answers

Can I use CSS "unicode-range" to specify a font across an entire (third party) page?

I've never become fluent with CSS but I don't think I had this situation before. I'm thinking of using stylish to add CSS to a third-party site over which I have no direct control. So the HTML and CSS is not really set up for the kind of…
hippietrail
  • 15,848
  • 18
  • 99
  • 158
2
votes
1 answer

Get URL-prefix like matching, using RegEx in Stylish?

I am coding custom CSS for Facebook using Stylish. Everything goes well except that I need to have some custom values under the condition of URL-suffix. The only thing that comes close is URL-prefix which is the exact opposite. So I was wondering if…
axy_david
  • 53
  • 2
  • 6
2
votes
0 answers

Firefox ignoring borders in user style, unless I don't specify all four sides

I'm trying to write a user style for this page using Stylish in Firefox 27.0.1. The stylesheet I have so far is: @-moz-document domain("www.hitbox.tv") { /***** Change stream area colours *****/ .meta, /* title and tabs */ .userContent.cf /* share…
Rena
  • 3,923
  • 3
  • 22
  • 19
2
votes
0 answers

Stylish userChrome animation

I am messing with Stylish for Firefox trying to do some fancy userchrome stuff involving animations. My userstyle attempts to make a button group that slides in smoothly when hovered over, and slides out smoothly when not, and it is specific to the…
Vaelus
  • 1,065
  • 10
  • 27
2
votes
1 answer

How do I use Stylish to change the font in Google Tasks?

So, I pulled Arial over onto Linux from my former Windows distribution, but I then had to fight with the 12px Arial issue. I fixed that as suggested by resizing it to 13px, but I decided that I actually much preferred Google Calendar in Liberation…
Stella
  • 121
  • 1
  • 2
  • 12
2
votes
1 answer

Stylish or Chrome userscript to replace the "Helvetica" font on websites?

I'm having an issue with websites using the Helvetica font and Helvetica Neue. I tried getting some help to fix it but its apparently an issue with my Linux installation. Since I can't fix it myself, I thought to write either a userstyle (Stylish)…
Adonis K. Kakoulidis
  • 4,951
  • 6
  • 34
  • 43
2
votes
2 answers

How to set icon size displayed at the orange Firefox button?

#main-window #appmenu-button{ background:transparent !important; background-color:transparent !important; box-shadow: rgb(252,252,252) -0.5px -0.5px 0.5px !important; border: 1px solid rgba(245,245,245,0.899) !important; …
wenLiangcan
  • 109
  • 1
  • 11
2
votes
4 answers

Trouble getting a Stylish code to be page or domain-specific in Firefox?

How do I make this Stylish code apply to only the domain plus.google.com in Firefox? In Chrome, the Stylish extension allows you to specify for what domain a style should apply - but the Stylish extension for Firefox doesn't let you specify that as…
novice_coder
  • 21
  • 1
  • 2
1
vote
1 answer

How to install Firefox "Stylish" css file?

I wrote a css file that is for a private project I am working on, and I am wondering if there's any way to load it into Firefox's Stylish menu without copying and pasting the code? I thought about putting it on userstyles.org, but like I said, this…
Charlie
  • 11,380
  • 19
  • 83
  • 138