Stylus 的评价
Stylus 作者: Stylus Team, Jeremy Schomery
88 条评价
- 评分 4 / 5来自 M0B33R,6 年前
- 评分 4 / 5来自 Ferran Buireu,6 年前Lo más parecido a Stylish que hay, pero le falta un mundo para llegar. Estéticamente deja muchísimo que desear, es mejorable en todos los aspectos. La ventana modal que aparece en las notificaciones tiembla a causa del scroll vertical con el ratón, además la página de edición de plantillas es horrenda. A nivel funcional, eso sí, funciona bien.
- 评分 4 / 5来自 Firefox 用户 14337927,6 年前
- 评分 4 / 5来自 techmedixx,6 年前A great open-source solution to replace the now rogue Stylish. Stylus is a WebExtension so it won't change Fierfox itself.
I actually like it better than Stylish. I have not encounterd a single glitch with either styles or responsiveness like I did with Stylish, on occasion.
Stylus is also a a great way to learn about editing and creating Cascading Style Sheets (CSS). - 评分 4 / 5来自 LRDTAB,6 年前Muy buena extensión para personalizar la forma como vemos nuestras páginas favoritas...
- 评分 4 / 5来自 Firefox 用户 14213722,6 年前
- 评分 4 / 5来自 Firefox 用户 14155570,6 年前
- 评分 4 / 5来自 kicho,6 年前FF 48.0.2 .... It shows me the following message: "It can not be installed because it seems to be corrupt"
开发者回应
发布于 6 年前FF 48.0.2 has a bug in WebExtensions API for getURL() during the installation process, which is a very basic function that should never fail. We can't fix Firefox and we can't avoid using this function, sorry. - 评分 4 / 5来自 Firefox 用户 14124534,6 年前
- 评分 4 / 5来自 Dreamdrawer,6 年前
- 评分 4 / 5来自 Firefox 用户 12912139,6 年前
- 评分 4 / 5来自 Ivan,7 年前
开发者回应
发布于 7 年前Stylus 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.- 评分 4 / 5来自 Vaisakh R,7 年前Hats Off to the Stylus plugin developer and the community. Looking forward to a smooth darkness.. ;-)
- 评分 4 / 5来自 murko,7 年前Love it. Used to Stylish over the years and it's a small difference in GUI but it works fine, and probably will work even better after a while.
- 评分 4 / 5来自 Firefox 用户 13824800,7 年前PRIVACY CONCERN: Why does the latest update require access to your data for openusercss.com and openusercss.org?
Great functionality otherwise.开发者回应
发布于 7 年前Stylus doesn't access any data on any site. The new content script for openusercss will simply facilitate installation and updating of usercss styles from that site.
The content script tells the site the name of the extension (Stylus) and whether the style (displayed on the site page) is installed so the site displays the extension name and "Install" or "Update" on its action button.
The fact that Firefox displays this warning is just another example of how buggy WebExtensions implementation is in FF. It's really sad and disgusting. The thing is, Stylus has always had access to all sites via its content script that runs on all URLs - this is a necessary requirement to apply styling - so adding another content script makes no actual difference. - 评分 4 / 5来自 Dandelion,7 年前
- 评分 4 / 5来自 maxoku,7 年前In the version 1.1.7.8 editor is completely broken. After reverting to previous version it's fixed. Maybe the new theme is wrongly applied or something.
开发者回应
发布于 7 年前We can't fix what we can't reproduce.
Please post a screenshot and an instruction how to make it happen.
And if you use FF 56 or older, please re-check it in a new browser profile with no other addons installed because in the old Firefox the full (classic) addons can affect WebExtensions. - 评分 4 / 5来自 Firefox 用户 13604918,7 年前Actually great (five stars), but suddenly - without playing around or doing anything - ALL my styles disappeared. Srsly, it has been fucking much time I spent into optimizing everything...
€: After restarting FF, everything is like before again. Consequently, went from 2 to 4 stars...开发者回应
发布于 7 年前Styles can only disappear due to a bug in the browser or disk failure. Stylus simply doesn't have the code to mass-delete the styles on a whim.
Always export the styles manually on the styles manager page if you don't have a system-wide periodic backup set up. In the future we'll probably add an internal database backup and external sync. - 评分 4 / 5来自 Firefox 用户 13603596,7 年前Does not seem to work with containerized sites. FF57 with Mozilla's own Multi-Account Containers extension. Otherwise, thanks for the effort.
EDIT: Works when following workaround on github, although this way is rather primitive.开发者回应
发布于 7 年前Mozilla's implementation of Containers API is incompatible with some of the basic approaches we use for speed-up like direct access to the background script. Either the API will be fixed in the future or we'll try to rework our code.