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

stylish css selector hide everything except img

I am having firefox stylish addon. I want to know the css rule which will show only the images in images.google.com when searched for. from firebug i found the css slector for the img tag is html body#gsr.srp div#main div#cnt.mdm div#rcnt div.col…
Santhosh
  • 9,965
  • 20
  • 103
  • 243
0
votes
2 answers

Custom Facebook CSS (Stylish)

I'm creating a custom style for Facebook with the Firefox plugin Stylish. I'm trying to get the top blue bar flat, but I cannot. I use the CSS code: #blueBar { background-color: transparent !important; } But it has no affect on it. Why is…
Zevoxa
  • 291
  • 1
  • 6
  • 17
-1
votes
1 answer

Regex with exceptions to certain keywords

I am trying to create regex expression (to use with Stylish extension for Firefox) that will render true for every string that has youtube.com, however will render false if string contains /user/ or /channel/. …
Roman Toasov
  • 747
  • 11
  • 36
-1
votes
1 answer

Stylish CSS One Page Website

Is there a way I can change the CSS for individual tabs in a one-page website? I like to use the 'Stylish' extension in the chrome web store to change the way certain websites look my modifying their CS but keep in mind that I am very inexperienced…
Yaya
  • 1
  • 3
-1
votes
1 answer

"Unicode-range" reported as unknown property in Stylish with Chrome 51

I have a short css script in Stylish that replaces Arial with a custom local font ("Dengxian") for parts of the CJK character range: @font-face { font-family: Arial; unicode-range: U+2E80-FFFF; src: local(Dengxian); } The problem is…
siyuanr
  • 1
  • 1
-1
votes
1 answer

How Do i Prevent CSS Styles from Affecting All Sites

I got a problem with Firefox browser when applying CSS styles to websites. I use Stylesheet also. Below the rules for the PlayStore and Craigslist. They work on the intended sites but they also work globally, affecting all sites I visit. How do I…
dee
  • 1
  • 1
-1
votes
1 answer

How to highlight text in chrome

I would like to highlight some text in chrome but conditionnaly. The website is using this type of code for each element on the page and i would like to highlight those with a lenght lower than 1:00:00

"Title"

-1
votes
1 answer

CSS Stylish popup background

I'm very very bad with CSS (I do not understand syntax at all), I'm just using my knowledge to tinker with code. I'm using Chrome with Stylish addon, and I want to make dark wikipedia but with my preferences. I took some code from stylish and just…
Oxmaster
  • 11
  • 3
-2
votes
1 answer

text decoration line-through for visited links

I tried different variations of this code fo Stylish: a:visited { text-decoration: line-through; } What i need to do for "line-through" visited links?
-2
votes
1 answer

how to create stylish before and after scrolling navbar view in bootstrap?

how to create and adjust, stylish navbar in bootstrap before scrolling page and also after scrolling page.i have attached a picture with this.please check the picture before and after scrolling navbar view.
Sunetra
  • 15
  • 1
-3
votes
0 answers

Chrome Stylish ERROR: "There's an error with your CSS code, please review it"

i have this error when i try to upload the css code to Stylish: There's an error with your CSS code, please review it #logo-icon { content: url("https://i.giphy.com/media/MN1XVI88HJTB4uR7gT/giphy.webp") !important; width: 90px; height:…
-3
votes
2 answers

How to select a specific element in a

So I'm using the Stylish addon to edit a web page to my liking. There is a ul element and I want some of the items to become icons, and some of them to disappear. So I set it all up and it works fine. However, sometimes the website adds one more…
Lemons
  • 17
  • 1
  • 5
1 2 3 4 5
6