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
0
votes
2 answers

How do I use an add on to create a rule to find and replace text in a Site?

I have both stylish and grease monkey installed in Firefox 5. I want to know if either of them or another add on has the capability of finding text and replacing it with something else, or better yet locating a div by its id and replacing the span…
tevi
  • 1
0
votes
2 answers

Gatsby build webpack fail with stylis

When I run gatsby build I get this error: failed Building static HTML for pages - 10.179s ERROR #95313 Building static HTML failed See our docs page for more info on this error: https://gatsby.dev/debug-html 343 | for (c = []; b <…
FlutterFirebase
  • 2,163
  • 6
  • 28
  • 60
0
votes
2 answers

How to select tag in CSS when the source HTML has multiple nested tags?

I'm working on making a dark mode for the Kaplan website tests so I don't blind myself studying. The following HTML code is representative of the structure of the source, and the tag with id="stylish-23" is what's added by a chrome extension to…
Conanap
  • 155
  • 1
  • 11
0
votes
0 answers

Adjust padding width of specific div class with Stylish?

I'm trying to adjust the padding at the top of Twitter pages I visit to make up for having blocked an annoying element with an ad blocker. I've identified the html that needs to be adjusted as div class="topbar-spacer" style="padding-top: 108px;" My…
Sol
  • 1
  • 1
0
votes
0 answers

How to show the time a link was visited next to the link?

How to show when a link was visited next to itself in Chrome? For example using Stylish I changed the color of visited links with: a.link:visited>* { color:#cc00ff ! important } Now I'm stuck trying to show the time of the visit next to the link,…
0
votes
1 answer

Add border to visited images and old links

I'm using A:visited { color: red ! important } in Stylish to change the color of URL's i already visited. But, there are two problems with this code: It only works on texts and sometimes the link is only embeded in an image. It doesn't color old…
0
votes
3 answers

In Css, how can I select an elements children together?

Hey guys I'm trying to put a border around a few elements on this page using Stylish (Chrome Extension). Here is the structure of how the page is, the letters representing a different class.. A B B C C I want to put the border around the…
Dexus
  • 23
  • 4
0
votes
1 answer

How do I change all images with the name x.png with x.png with Tampermonkey or Stylish?

I'm currently making a dark theme for my local router, the images it uses are terrible, I want to replace them, but they are added with JavaScript, after lots of research with Tampermonkey/Greasemonkey and also Stylish, I couldn't find any way to do…
Luka ash
  • 103
  • 4
0
votes
0 answers

Chrome extension breaks CSS

I am making a Chrome extension to bring Material Design to the Web version of Google Calendar. I used Stylish and Tampermonkey to make the changes, but when I put everything together in a package and load the package into Chrome, a big part of the…
0
votes
1 answer

Stylish: "Turn all styles off" from command line?

I frequently end up doing ~5 different manual actions when switching between using my laptop in dark environments and light environments, one of which is clicking Turn all styles off in the Stylish extension toolbar button to disable my dark user…
0
votes
1 answer

Is there a way to see why Firefox chose a CSS selector over others?

I am in the document Inspector window, and have selected the element and checked the "Computed" tab on the side. But that only shows me what values were available for the property and which one was chosen, not why that was chosen. Basically, I am…
Sundar R
  • 13,776
  • 6
  • 49
  • 76
0
votes
1 answer

Stylish Add-On: border-radius property breaking my CSS

I'm using the Stylish browser extension to create a custom dark theme for a website. In a recent update, the site owner came up with rounded corners for a lot of things, which is ugly as hell in my opinion, especially with input fields. However,…
Rapti
  • 2,520
  • 3
  • 20
  • 23
0
votes
1 answer

Regular expressions for specific parts of a website in Stylish

Is it possible to make a Stylish style apply to: http://www.baka-tsuki.org/project/index.php?title=WHATEVER1:WHATEVER2 and (HTTPS version) https://www.baka-tsuki.org/project/index.php?title=WHATEVER1:WHATEVER2 given that: WHATEVER1 has to fulfill…
Umaibo
  • 9
  • 1
0
votes
2 answers

Css rules only affecting some elements?

I am attempting to create a custom stylish theme for blender.stackexchange, however the rules are only affecting some tags for me in FF 29.0.1 As far as I can tell, all the tag elements have all the same classes/parent elements/etc., yet only some…
gandalf3
  • 1,636
  • 4
  • 24
  • 40