Questions tagged [stylish]

15 questions
6
votes
1 answer

Is there a way to customize the CSS of Firefox Reader View?

I love Firefox Reader View. But not its fonts. More specifically, these are not the best choices: body.serif, body.serif .remove-button { font-family: Georgia, "Times New Roman", serif; } body.sans-serif, body.sans-serif .remove-button { …
user477799
5
votes
2 answers

How to modify the New Tab page in Firefox with Stylish?

I just upgraded to Firefox 58 after using Chrome for a very long time. I've downloaded Stylish and created the following custom style: @namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix("about:newtab") { body { …
sab669
  • 897
4
votes
1 answer

How to customize Firefox's GUI using CSS?

The Firefox extension Stylish enables customization of a site's CSS. I'd like to use the same extension to make some tweaks to the Firefox GUI. How can I do this?
user94278
2
votes
4 answers

Stylish: How to backup styles in Chrome

Stylish is the Chrome (and Firefox) extension. I would like to export all the styles I have installed (and modified some) and import them into Stylish in Chrome on another computer. Is there a way how I could do this? Where exactly does Stylish save…
Bloke
  • 1,124
2
votes
1 answer

Hide HTML element with CSS if it has specific text inside it?

It's hard to manipulate websites if they don't have own class for each element. For example, how could I hide the second element from this code below?

te

st

ing

The text never changes inside the…
Rookie
  • 1,243
2
votes
1 answer

Restoring data of Notepad++ and Firefox extensitions (stylish) from other Hard Disk

I had a hardware issue with my computer and I needed to reinstall Windows. I installed it on another HD without touching my previous HD. Now I have basically two HDs: one with the old Windows 8.1 (it doesn't boot) and the one with the new installed…
1
vote
1 answer

How to change Firefox textbox background color?

I use dark theme and want to change textbox background color in Firefox. How can I do? userContent.css or Stylish?
user425154
1
vote
1 answer

How can I restyle email using Stylish in Thunderbird (from eBay)?

eBay changed their layout so it's one item per line (essentially) instead of several in a grid arrangement. This applies to automatically sent emails with the results of my standing searches. Given the change, I have to do a lot of scrolling now…
1
vote
1 answer

What Code Forces Widescreen in Youtube?

What code do I use to force widescreen and 360p on Youtube? I'm using the following style in Stylish: https://userstyles.org/styles/101312/dark-youtube-light-blue
dee
  • 21
1
vote
0 answers

Where does/did Stylish on Safari (mac) store css styles?

Where does/did Stylish, an extension, on Safari (mac) store settings like custom css styles? Apple just pulled support for Stylish and I had a bunch of custom styles for many of websites I frequently visit, that I would like retrieve and import to…
JonT
  • 11
0
votes
1 answer

Regex excluding [about:] pages in firefox

I'm trying to get stylish style sheet to be deactivated on about: pages. I believe the regular expression below should be able to do just that, but firefox seems to be of a different opinion. Could someone point me in the right direction…
Anne
  • 1
0
votes
0 answers

How to make an extension In Google Chrome (windows) Enabled But User Cannot Use It

How to make an extension In Google Chrome (windows) Enabled But User Cannot Use It. My friend is addicted to bad habits, and I want to make his internet experience safer to help him quit these habits. I downloaded a parental app (Qustodio) to…
0
votes
1 answer

Is there a set of CSS rules available for the basic HTML version of GMail to make it "less ugly"?

I could not find one working in https://userstyles.org/. I use Firefox and I'm open to use any extension allowing the restyling of a website, like Stylish. I know "less ugly" is subjective, but I'm interested to try whatever attempt someone would…
Florent2
  • 273
  • 5
  • 11
0
votes
1 answer

How to change color of the bold text in Google search results using a user style sheet?

I'm trying to create a simple user style sheet (for Stylish) that would automatically highlight the bold parts of Google search results by turning them cyan (or any other color).
Josef H.
  • 123
0
votes
0 answers

How can I change Firefox theme when visiting some websites?

I'm using the stylish add-on for Mozilla Firefox for styling some elements in the browser using css. Is there a way to test the URL so these customs styles can be applied only when I visit a chosen website ? Or is there any other option to achieve…
Jean
  • 173