Recensioner för Stylus
Stylus av Stylus Team, Jeremy Schomery, tophf
1 216 recensioner
- Betygsatt 4 av 5av Ivan, för 8 år sedan
- Betygsatt 5 av 5av Firefox-användare 12376444, för 8 år sedanБолее правильно работает с одним из скриптов (Dark VK), чем Stylish.
- Betygsatt 5 av 5av thatonedrummer89, för 8 år sedan
- Betygsatt 5 av 5av Chandelier, för 8 år sedanWhat 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! - Betygsatt 5 av 5av Firefox-användare 14026981, för 8 år sedanStyles 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.Utvecklarens svar
postad för 8 år sedanExcellent investigation! Indeed, Stylus runs at document start and has been doing that since forever. - Betygsatt 4 av 5av Firefox-användare 12570433, för 8 år sedan有时候打开一些网页css不起作用,然后刷新一下又好了,问题不经常出现,不过还是希望能够解决。
Utvecklarens svar
postad för 8 år sedanWe can't solve problems which we can't reproduce. Please specify the site URL and the version of Firefox you're using. - Betygsatt 5 av 5av Firefox-användare 12505628, för 8 år sedanBeen 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.
- Betygsatt 5 av 5av luisFer, för 8 år sedan
- Betygsatt 5 av 5av Hot Ice, för 8 år sedan
- Betygsatt 5 av 5av Firefox-användare 13072522, för 8 år sedanwas 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.Utvecklarens svar
postad för 8 år sedanStylus 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 - Betygsatt 3 av 5av vertigo, för 8 år sedanNeed 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.
- Betygsatt 3 av 5av Firefox-användare 13988451, för 8 år sedan
- Betygsatt 5 av 5av Firefox-användare 13639909, för 8 år sedan
- Betygsatt 5 av 5av Firefox-användare 13969629, för 8 år sedanIs 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.Utvecklarens svar
postad för 8 år sedanWebExtensions 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. - Betygsatt 5 av 5av Firefox-användare 13443298, för 8 år sedanworks perfectly right from the start and privacy doesn't seem to be an issue
- Betygsatt 4 av 5av Florian, för 8 år sedanAll my styles has disappeared just now... can't explain how or why..
Utvecklarens svar
postad för 8 år sedanStylus can't "disappear" styles. It's either a bug in the browser or your user profile is damaged. Also make sure you're not using "smart" apps like CCleaner which may delete the style storage.
P.S. If you've switched Firefox into a permanent private mode, Firefox erases the previously used style storage, it's a known bug in Firefox. Might be fixed in Nightly, though. - Betygsatt 5 av 5av hyperfekt, för 8 år sedanWorks great, and supports live reload for easily developing in a different editor.
- Betygsatt 4 av 5av Vaisakh R, för 8 år sedanHats Off to the Stylus plugin developer and the community. Looking forward to a smooth darkness.. ;-)
- Betygsatt 5 av 5av Kolin S., för 8 år sedanпросто шикарно...все нравится...а ведь я о нем и не знал ...все мучился с етим пришыбленым, чокнутым stylish. всем однозначно советую .
- Betygsatt 5 av 5av Karma, för 8 år sedanMy favorite user style extension. Easy to use and lightweight.
- Betygsatt 5 av 5av l0o0, för 8 år sedanNice tool. Is it possible to add customize javascript code to stylus?
Utvecklarens svar
postad för 8 år sedanStylus is CSS-only. There are other extensions that allow adding both CSS and JavaScript.