Recensiones de Stylus
Stylus per Stylus Team, Jeremy Schomery
979 recensiones
- Classificate 5 de 5per Radu Bogoevici, 7 jierren lyn
- Classificate 5 de 5per Jan Klass, 7 jierren lyn
- Classificate 5 de 5per GuessWhatBBQ, 7 jierren lyn
- Classificate 5 de 5per kenakofer, 7 jierren lynThe power of stylish without the ridiculous company that owns it.
- Classificate 5 de 5per dayfuaim, 7 jierren lyn
- Classificate 5 de 5per Usator de Firefox 14115540, 7 jierren lynCompletely 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.
- Classificate 5 de 5per Ashhar Hasan (work), 7 jierren lyn
- Classificate 5 de 5per Hades, 7 jierren lynBetter than Stylish. Stylish turned to garbage after being purchased by an ad company.
- Classificate 5 de 5per Usator de Firefox 12376444, 7 jierren lynБолее правильно работает с одним из скриптов (Dark VK), чем Stylish.
- Classificate 5 de 5per thatonedrummer89, 7 jierren lyn
- Classificate 5 de 5per Chandelier, 7 jierren lynWhat 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! - Classificate 5 de 5per Usator de Firefox 14026981, 7 jierren lynStyles 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.Responsa de disveloppator
publicate 7 jierren lynExcellent investigation! Indeed, Stylus runs at document start and has been doing that since forever. - Classificate 5 de 5per Usator de Firefox 12505628, 7 jierren lynBeen 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.
- Classificate 5 de 5per luisFer, 7 jierren lyn
- Classificate 5 de 5per Hot Ice, 7 jierren lyn
- Classificate 5 de 5per Usator de Firefox 13072522, 7 jierren lynwas 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.Responsa de disveloppator
publicate 7 jierren lynStylus 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 - Classificate 5 de 5per Usator de Firefox 13639909, 7 jierren lyn
- Classificate 5 de 5per Usator de Firefox 13969629, 7 jierren lynIs 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.Responsa de disveloppator
publicate 7 jierren lynWebExtensions 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. - Classificate 5 de 5per Usator de Firefox 13443298, 7 jierren lynworks perfectly right from the start and privacy doesn't seem to be an issue
- Classificate 5 de 5per hyperfekt, 7 jierren lynWorks great, and supports live reload for easily developing in a different editor.