Questions tagged [stylish]
The stylish tag has no usage guidance.
15 questions
0
votes
0
answers
21
views
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....
1
vote
0
answers
301
views
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 ...
0
votes
1
answer
73
views
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 ...
6
votes
1
answer
2k
views
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....
5
votes
2
answers
4k
views
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-...
2
votes
1
answer
43
views
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 ...
0
votes
1
answer
529
views
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).
0
votes
0
answers
67
views
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 ...
1
vote
1
answer
1k
views
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?
0
votes
1
answer
158
views
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 ...
1
vote
1
answer
301
views
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 ...
2
votes
4
answers
6k
views
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 ...
1
vote
1
answer
112
views
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
4
votes
1
answer
4k
views
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?
2
votes
1
answer
19k
views
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?
<p>
<p>te</p>
<p&...