Stylus 的评价
Stylus 作者: Stylus Team, Jeremy Schomery
1,099 条评价
- 评分 5 / 5来自 dayfuaim,7 年前
- 评分 5 / 5来自 Firefox 用户 14115540,7 年前Completely 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.
- 评分 4 / 5来自 Firefox 用户 12912139,7 年前
- 评分 5 / 5来自 Ashhar Hasan (work),7 年前
- 评分 5 / 5来自 Hades,7 年前Better than Stylish. Stylish turned to garbage after being purchased by an ad company.
- 评分 4 / 5来自 Ivan,7 年前
- 评分 5 / 5来自 Firefox 用户 12376444,7 年前Более правильно работает с одним из скриптов (Dark VK), чем Stylish.
- 评分 5 / 5来自 thatonedrummer89,7 年前
- 评分 5 / 5来自 Chandelier,7 年前What 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! - 评分 5 / 5来自 Firefox 用户 14026981,7 年前Styles 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.开发者回应
发布于 7 年前Excellent investigation! Indeed, Stylus runs at document start and has been doing that since forever. - 评分 5 / 5来自 Firefox 用户 12505628,7 年前Been 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.
- 评分 5 / 5来自 luisFer,7 年前
- 评分 5 / 5来自 Hot Ice,7 年前
- 评分 5 / 5来自 Firefox 用户 13072522,7 年前was 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.开发者回应
发布于 7 年前Stylus 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 - 评分 3 / 5来自 vertigo,7 年前Need 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.
- 评分 3 / 5来自 Firefox 用户 13988451,7 年前
- 评分 5 / 5来自 Firefox 用户 13639909,7 年前
- 评分 5 / 5来自 Firefox 用户 13969629,7 年前Is 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.开发者回应
发布于 7 年前WebExtensions 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. - 评分 5 / 5来自 Firefox 用户 13443298,7 年前works perfectly right from the start and privacy doesn't seem to be an issue