Recenze doplňku Stylus
Stylus od Stylus Team, Jeremy Schomery
1 175 recenzí
- Hodnocení: 5 z 5od uživatele kenakofer, před 7 letyThe power of stylish without the ridiculous company that owns it.
- Hodnocení: 5 z 5od uživatele dayfuaim, před 7 lety
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 14115540, před 7 letyCompletely revolutionized my browsing experience. Dark themes, custom scaling, reordered navigation, accessibility improvements, adding responsive features, removing clutter, etc. This makes it all possible. It's easy to use, too. And the editor does live reloading. And there's tons of styles already. And they can be combined. Oh man, this thing is pretty great.
- Hodnocení: 4 z 5od uživatele Uživatel Firefoxu - 12912139, před 7 lety
- Hodnocení: 5 z 5od uživatele Ashhar Hasan (work), před 7 lety
- Hodnocení: 5 z 5od uživatele Hades, před 7 letyBetter than Stylish. Stylish turned to garbage after being purchased by an ad company.
- Hodnocení: 4 z 5od uživatele Ivan, před 7 lety
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 12376444, před 7 letyБолее правильно работает с одним из скриптов (Dark VK), чем Stylish.
- Hodnocení: 5 z 5od uživatele thatonedrummer89, před 7 lety
- Hodnocení: 5 z 5od uživatele Chandelier, před 7 letyWhat a wonderful extension!
I suppose it does much more better than stylish not only in the respect of privacy but also the lightweight and powerful design! - Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 14026981, před 7 letyStyles are applied when page load is finished, however loading time of page may be long.
If Stylus can run at document start, I don't need to wait page load finished.
Can Stylus run at document start?
updated:
Oh, I find the problem. It is my fault.
I used 'max-width: calc(100vw - var(--scrollbar_vertical_width));' in Stylus.
And the value of '--scrollbar_vertical_width' is set using javascript (Tampermonkey).
i.e. window.addEventListener("load", function() {/* calculate scroll bar size */})
The value is set on loaded, so before loaded the value is invalid and the style will go wrong.
Now I change 'load' to 'DOMContentLoaded', it is fine.Odpověď vývojáře
zveřejněno před 7 letyExcellent investigation! Indeed, Stylus runs at document start and has been doing that since forever. - Hodnocení: 4 z 5od uživatele Uživatel Firefoxu - 12570433, před 7 lety有时候打开一些网页css不起作用,然后刷新一下又好了,问题不经常出现,不过还是希望能够解决。
Odpověď vývojáře
zveřejněno před 7 letyWe can't solve problems which we can't reproduce. Please specify the site URL and the version of Firefox you're using. - Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 12505628, před 7 letyBeen using this for a while. It's easy to find & tweak new styles. ALSO, it doesn't sell your data like "Stylish" does, which makes this extension better in every way.
- Hodnocení: 5 z 5od uživatele luisFer, před 7 lety
- Hodnocení: 5 z 5od uživatele Hot Ice, před 7 lety
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 13072522, před 7 letywas working great. But suddenly after the update, all my styles are deleted and new styles get deleted as soon as I install them.
I am currently on FF Nightly on windows and I am not using any "smart" apps like CCleaner that purge extension's storage.
Edit: Not sure what was the actual problem, but after uninstalling and reinstalling the addon, everything seemed to work fine. Reminder: always backup the styles.Odpověď vývojáře
zveřejněno před 7 letyStylus can't remove all styles. There's simply no such code. Nothing related to style management was added recently.
AFAIK there's nothing in Stylus that could possibly trigger this kind of bug in FF Nightly. I've seen many nonsensical bugs in FF Nightly over the last year so that must be just another one.
The problem seems specific to this build of FF Nightly, see http://forums.mozillazine.org/viewtopic.php?f=23&t=3040021 - Hodnocení: 3 z 5od uživatele vertigo, před 7 letyNeed to be able to easily make rules for sites. For example, I can't set it to use a theme globally but then disable that theme and/or use another one on specific sites. I've yet to find a theme that looks good everywhere, so the ability to customize per domain, and even per page, is a necessity.
- Hodnocení: 3 z 5od uživatele Uživatel Firefoxu - 13988451, před 7 lety
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 13639909, před 7 lety
- Hodnocení: 5 z 5od uživatele Uživatel Firefoxu - 13969629, před 7 letyIs it possible to use relative paths? If so, how to write them? Thanks
For example, use a picture placed in the /chrome/ folder as a background
Got it, thank you.Odpověď vývojáře
zveřejněno před 7 letyWebExtensions can't access arbitrary local files. You can use an online converter like dataurl.net to get a standard CSS data URL out of your picture.