Reviews for Stylus
Stylus by Stylus Team, Jeremy Schomery
953 reviews
- Rated 5 out of 5by Firefox user 13274409, 7 years ago
- Rated 5 out of 5by Firefox user 13372727, 7 years ago
- Rated 5 out of 5by Firefox user 13439255, 7 years ago
- Rated 5 out of 5by Firefox user 6696096, 7 years agoThe only addon that gives the complete "Before-57" experience, and even more!
I was able to convert the broken Stylish.sqlite database, and import all my 70+ hand-made styles.
Everything works as intended. Thank you!
What about these two features:
1) customizing browser-specific pages (like about:home, context menus) or addon pages (w/o userChrome.css);
2) using the external editor to edit CSS (Notepad2, Notepad++, Brackets)?
Is it the matter of time, or these features won't be ever available with the Web Extensions API?Developer response
posted 7 years agoWebExtensions API cannot apply CSS to built-in pages or browser UI. See the Mozilla roadmap: https://wiki.mozilla.org/WebExtensions/RoadMapFirefox57#Theming - they're working on a limited Theming API, which is not CSS-based hence useless in Stylus, but other extensions will definitely appear that utilize it. - Rated 5 out of 5by cleverusername, 7 years agoThis addon is an excellent replacement to the now privacy-hostile Stylish addon. It has everything the original addon had and more, all without collecting your data on the sly.
But what really prompted me to write this review is the recent removal of the character limit on copying from the editor. This had bugged me so much in all the years I had used Stylish (and the short while I've used Stylus). I'm not sure when or why it was implemented, but it always felt like some weird DRM right there in the editor. Kudos to the Stylus team for taking that out. :D
EDIT: For people who want to style the Firefox UI and things like "about:" pages, you can use userChrome.css and userContent.css for those. - Rated 5 out of 5by Firefox user 6662518, 7 years agoNice to see the community keeping this addon in shape!
- Rated 5 out of 5by >>TEKTON<<, 7 years agoСпасибо за расширение.
Наконец то я его нашёл на замену переставшему работать Stylish*у
Использую в основном приложение для того, что бы резать ненавистную рекламу!
Сделайте пожалуйста возможность блокировать рекламу по определённым координатам.
Или что б можно было делать правила которые будут успешно "резать" блоки с рандомными ID которые очень мне мешают.
И сделайте что б счётчик работающих правил, отображался только на домене где эти правила работают, а не на всех открытых вкладках. - Rated 5 out of 5by Firefox user 12563709, 7 years ago
- Rated 5 out of 5by qtBoonie, 7 years ago
- Rated 5 out of 5by Kortirion, 7 years agoWorking great for me with userstyles and freestyler, at least now i have themes from this two sites working with only one add-on, thanks.
- Rated 5 out of 5by ShrapnelStars, 7 years ago
- Rated 5 out of 5by serbanboanca, 7 years agoWorks great! It was a painless transition from Stylish for me. There's one little thing that bugs me though - I wish there were a black and white icon so that the Stylus icon wouldn't look so out of place on the toolbar.
- Rated 5 out of 5by Leonardo David, 7 years ago
- Rated 5 out of 5by wantora, 7 years ago
- Rated 5 out of 5by Firefox user 13312517, 7 years agoAwesome, used to be a stylish user but once I figured out how to export those user styles and import them into Firefox and Chrome I finally made the switch and never looked back
- Rated 5 out of 5by rhello, 7 years ago
- Rated 5 out of 5by felipefr, 7 years ago
- Rated 5 out of 5by there.is.only.xul, 7 years agoCan you please add some options to your UI to maximize the space available to code editor textarea? Some ideas on how to do this~
1. Make the layout like Stylish 2.0.7 for Firefox by changing edit.css as follows:
#header { padding: 0; }
#header * { display: inline; }
h1 { display: none; }
h2 { font-size: 1.1em; }
#sections { padding: 0; }
#sections h2 { display: none; }
#sections div { padding: 0; }
...then move options into a #help-popup type overlay.
This would cause Linter errors to obnoxiously show up at the top the second you type an opening brace just as they do now on the left side.
2. If you think the above is too minimalist, you could add a toggle checkbox, similar to what you did with the "New Manage UI layout" one, to switch between the two layouts.
3. The simplest solution may be to add a horizontal resize-grip or maybe change the existing one to work for horizontal and vertical resizing.
It's kind of sad—though certainly not your fault—that I now have to ask you to do this. XUL allowed me to quietly solve past Stylish UI issues (such as AIOS compatibility) on my own.