FireMonkey 的评价
FireMonkey 作者: erosman
anonymous 的评价
评分 5 / 5
来自 anonymous,2 年前66 条评价
- 评分 1 / 5来自 Đăng Tú,1 个月前
- 评分 5 / 5来自 DavidK2,2 个月前The UI is much better and more intuitive than that of TemperMonkey.
I really like the distinction between CSS and JS modifications and that I don’t need to use “proprietary” GreaseMonkey functions like GM_addStyle (` /* the CSS goes here */ `).
FireMonkey also doesn’t exhibit the bug that TemperMonkey does — when I navigated the same portal over many pages, it seemed TM kept adding the same CSS script over and over, which, over time, slowed Firefox noticeably (after a while TM reported aplying about 70 scripts instead of 2!). - 评分 5 / 5来自 ImQP,2 个月前
- 评分 5 / 5来自 Frantishek,3 个月前
- 评分 5 / 5来自 Ben SALT.id,3 个月前
- 评分 2 / 5来自 Freso,4 个月前
- 评分 5 / 5来自 idealth,5 个月前
- 评分 5 / 5来自 Modenium,8 个月前
- 评分 5 / 5来自 Rayke,9 个月前
- 评分 5 / 5来自 emacsomancer,9 个月前It is indeed super lightweight. A nice advantage to being on Firefox, as it's not available elsewhere.
- 评分 5 / 5来自 igorlogius,10 个月前
- 评分 5 / 5来自 serotonin_2a,10 个月前
- 评分 5 / 5来自 tibequadorian,10 个月前
- 评分 5 / 5来自 MoiceVail,10 个月前
- 评分 5 / 5来自 Ghost,1 年前
- 评分 5 / 5来自 Firefox 用户 17385582,1 年前
- 评分 5 / 5来自 Footmen,1 年前
- 评分 4 / 5来自 Firefox 用户 14234915,1 年前I am looking for an alternative to Tampermonkey. FireMonkey looks promising. However, it does not support importing a .zip created by other managers. Therefore, I use Violentmonkey instead.
I've read https://github.com/erosman/support/issues/236 - 评分 5 / 5来自 John Doe,1 年前Since the only userscript managers that worked in Firefox Android (beta & nightly through custom collection) are this and tampermonkey, I choose this becase it's open source and more lightweight. Good job
- 评分 5 / 5来自 kayexalate,1 年前
- 评分 4 / 5来自 Thespikedballofdoom,1 年前
- 评分 4 / 5来自 Falazi,1 年前This addon is nice, it's pretty simple to write js scripts with it, however I've struggled to write css scripts. I would assume that it shouldn't be too different from normal css, but trying to port my css scripts from stylus to firemonkey hasn't worked. There might be something simple I'm missing but I haven't been able to figure out what it is. I think the css documentation could be improved to make it easier to write css scripts.
开发者回应
发布于 1 年前The userCSS in FireMonkey has 2 sections:
- Metadata block: which is identical to userScript metadata block
- CSS: which is standard CSS (Cascading Style Sheets)
Stylus supports other additional code which are not standard CSS. As long as you use standard CSS, there is no issue. You can also post to the support for help and advice. - 评分 5 / 5来自 Firefox 用户 17597008,1 年前