Отзывы на «Stylus»
Stylus от Stylus Team, Jeremy Schomery, tophf
1 194 отзыва
- Оценено на 5 из 5от >>TEKTON<<, 8 лет назадСпасибо за расширение.
Наконец то я его нашёл на замену переставшему работать Stylish*у
Использую в основном приложение для того, что бы резать ненавистную рекламу!
Сделайте пожалуйста возможность блокировать рекламу по определённым координатам.
Или что б можно было делать правила которые будут успешно "резать" блоки с рандомными ID которые очень мне мешают.
И сделайте что б счётчик работающих правил, отображался только на домене где эти правила работают, а не на всех открытых вкладках. - Оценено на 5 из 5от Пользователь Firefox 12563709, 8 лет назад
- Оценено на 4 из 5от ananda96, 8 лет назадDon't know why i did not switch much earlier to Stylus (WebExt) :-)
Since brandnew Stylish version 3.0.1 (update to WebExt) is totally broken right now i encountered Stylus and it's way better than Stylish and has some very good options to handle styles.
If you follow the instructions to convert your styles to Stylus everything will work fine.
Some minus - if you change the values of an existing style you use on userstyles there will be no changes made when you klick "update style". only uninstall and reinstall with new values works.
for this reason 4 stars.
would be nice if the develeoper would change this. - Оценено на 5 из 5от qtBoonie, 8 лет назад
- Оценено на 5 из 5от Kortirion, 8 лет назадWorking great for me with userstyles and freestyler, at least now i have themes from this two sites working with only one add-on, thanks.
- Оценено на 5 из 5от ShrapnelStars, 8 лет назад
- Оценено на 1 из 5от Miles B Huff, 8 лет назадDoes not inject CSS.
Will not install styles from userstyles.org.
REPLY#1: I'm not on Android, but I am on Linux. This computer in particular runs Linux Mint.Ответ разработчика
размещено 8 лет назадUsually this is caused by a legacy addon breaking WebExtensions API in Firefox before 57, but it's hard to say without a detailed bug report. - Оценено на 5 из 5от serbanboanca, 8 лет назадWorks 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.
- Оценено на 1 из 5от Пользователь Firefox 13210473, 8 лет назадI can't import my stylish.sqlite file, which is preventing me from importing all of my styles. Please fix and I'll adjust my rating.
- Оценено на 1 из 5от Acairta, 8 лет назадI loaded up Stylish to my homepage and waited a few minutes while watching the task manager. These are the results.
21,724
196,868 (High 243,542 - Low 183,516)
160,984 (High 210,869 - Low 146,704)
77,268
This is Stylus below, and yes I restarted the browser.
23,696
68,744
It kept jumping, constantly, between 241k and 401k it never settled for even a full second. (High 692,152 - Low 224,526)
Same here though not as bad, 131k-134k. (High 233,362 - Low 130,909)
Also at least on Fanfiction.net when viewing stories that have long chapters Stylus doesn't do smooth scrolling. It all goes black and then after a few moments loads the text as you go towards the bottom. Stylish doesn't have that problem. I also only have a single Style loaded up on Stylus while Stylish has three. Both have Global dark style - change everything to DARK. Stylish also has Youtube Umbra on and Fanfiction.net in DeepDark Style.
Turning off the one for Fanfiction resulted it Stylish still not having the problem with loading up long chapters like Stylus has. I know there are supposed to be improvements, but memory usage and stability isn't one of them. Yet. Hopefully this gets improvements and can one day be as good if not better than Stylish.Ответ разработчика
размещено 8 лет назадIf you compare to the classic Stylish for Firefox, it was able to use a special stylesheet API to register CSS styles in the browser, but Stylus is a WebExtension where that stylesheet API doesn't exist so Stylus has to add styles to the pages individually. - Оценено на 5 из 5от Leonardo David, 8 лет назад
- Оценено на 5 из 5от wantora, 8 лет назад
- Оценено на 5 из 5от Пользователь Firefox 13312517, 8 лет назадAwesome, 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
- Оценено на 5 из 5от rhello, 8 лет назад
- Оценено на 1 из 5от Darwin4Ever, 8 лет назадWanted to replace Stylish which was used to change the about:reader readability (larger text-area, smaller white-space and optionally 2 or more columns)
Unfortunately Stylus doesn't allow about:reader changes
A pity !Ответ разработчика
размещено 8 лет назадThat's a Firefox 57+ restriction: Mozilla switched to WebExtension API for all extensions. There's no going back. - Оценено на 1 из 5от mikegonzalez2k, 8 лет назадThis addon cannot be installed. No trouble installing ANY other addons.
Ответ разработчика
размещено 8 лет назадSounds like a problem with addons.mozilla.org. We can't fix their bugs. Try again, they might have fixed it. - Оценено на 5 из 5от felipefr, 8 лет назад
- Оценено на 4 из 5от Skeletonxf, 8 лет назадIt would be really nice if there's a way to disable the editor's section views and just see the css script in one code block. Toggling the UI layout doesn't seem to make a difference.
- Оценено на 5 из 5от there.is.only.xul, 8 лет назадCan 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. - Оценено на 4 из 5от GavinB, 8 лет назадGreat work, thanks.
Do the scripts get sync'ed by FIrefox?
If not can we have an option please? Ответ разработчика
размещено 8 лет назадYou can detach it into a new window by dragging the tab title. It's also customizable in Stylus options.