Questions tagged [userstyles]

Userstyles are stylesheets written in programs like Stylish which are used to customize the specific website for a specific user, that's why we call them userstyles.

Userstyles are stylesheets written in programs like Stylish which are used to customize the specific website for a specific user, that's why we call them userstyles.

29 questions
0
votes
1 answer

How can I disable a whole CSS stylesheet on a specific list of domains?

The browser I'm using, qutebrowser, allows me to set a CSS file that applies those styles to every web site (but doesn't allow you to set it per page/domain, as far as I can tell), so I downloaded a dark theme CSS stylesheet from…
Enlico
  • 23,259
  • 6
  • 48
  • 102
0
votes
1 answer

Can't edit element on google page, no CSS selector works

I'm trying to make a Google userstyle based on Discord's color scheme. Even though I have no programming experience whatsoever, it has been pretty straightforward (Inspect element > Copy-paste to Stylus) but now there's an element that I can't edit.…
0
votes
1 answer

Is there a way to calculate HEX colors in CSS?

On userstyles.org you can create color settings to let the user define it's own color that applies in style. In my style I'm using main color that the user can define and some additional colors that derives from main color. But userstyles put color…
0
votes
1 answer

Force an html element to be visible when parent is set to display:none

When a parent element has been set to display:none;, how can we make just one of its descendants visible? css: div: display:none; html:

required

not required

How can I make p#required alone to be…
music
  • 191
  • 5
0
votes
1 answer

How to use User Stylesheets to customize the style of some websites, without using a third party browser extension?

I know the Stylus and Stylish (not recommended) browser extensions that can re-style a given website (basically by customizing CSS). In this comment, the author states this can be done via "user stylesheets". How is it possible to use "user…
Basj
  • 41,386
  • 99
  • 383
  • 673
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

Other users seeing a 3rd party website with same user stylesheet

I have a group of users that will be using a web database. Ideally, I would like these users to view that website with some user styles of our creation (so that some of the website elements are displayed differently, like highlighting fields they…
Pat
  • 1
  • 1
0
votes
1 answer

Can Firefox show resolution of image before name in tab title?

The question: Can Firefox show resolution of image before its name in title? If an image has a name too big I can't read its resolution, and that bugs me. (asked by supasd) I've done some research, not yet successful. Would any of you guys…
0
votes
1 answer

Where does user stylesheet in Chrome DevTools come from?

This issue is under Chrome Version 39.0.2171.95 m. So I have the above. You can see that the element (it's some text) has a color set (via a .css file) - however, the user stylesheet is setting the background to the same colour. This…
Homer_J
  • 3,277
  • 12
  • 45
  • 65
0
votes
0 answers

Only apply CSS where text overflows?

Is it possible to apply CSS to an element only when the text overflows? For example, I'm using text-overflow: ellipsis; to truncate a long line and would like to (for example) colour the div red when text has overflown As this is a userstyle…
Grayda
  • 1,870
  • 2
  • 25
  • 43
-1
votes
2 answers

I know the CSS selector I want to hide - how do I set a "UserStyle" to "display:none" it?

So I use something called 1Blocker on Mac & iOS. I've found it to be extremely useful. On the Mac app it helpfully tells you the rules that you have created in the iOS app. The web page now looks perfect on Safari on all my devices. But I also use…
-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
-2
votes
1 answer

Darker Google userscript not working in Tampermonkey 4.7

I'm trying to install the Darker Google userscript in Tampermonkey 4.7 (for Safari 12), but it's not working. Since I'm a total newbie on Tampermonkey I don't really know where to put my hands on. In the Tampermonkey's dashboard I see that this…
fferri
  • 18,285
  • 5
  • 46
  • 95
1
2