FireMonkey értékelései
FireMonkey szerző: erosman
Falazi értékelése
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.
Fejlesztői válasz
közzétéve: 3 éveThe 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.
- 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.
81 értékelés
- Csillagos értékelés: 5 / 5készítette: Alexander A., egy hónapjaIs it possible, by any chance, at some point, to get something like uBlock's procedural cosmetic filters for our UserCSS scripts? CSS is great, but it's a bit lacking in functionality, especially in regex support.
I'm only starting to learn JS, and I imagine it's gonna take a while before I'll be able to write the scripts I need.
Thanks for all your hard work! - Csillagos értékelés: 5 / 5készítette: Alex Alex, egy hónapja
- Csillagos értékelés: 1 / 5készítette: Firefox felhasználó 13626153, 2 hónapja
- Csillagos értékelés: 5 / 5készítette: Crend King, 2 hónapja
- Csillagos értékelés: 5 / 5készítette: ecompton59, 4 hónapja
- Csillagos értékelés: 5 / 5készítette: jackyzy823, 6 hónapja
- Csillagos értékelés: 1 / 5készítette: Firefox felhasználó 18434741, egy éveNothing works properly both user-Scripts and user-Style are broken especially any .css seems to not being respected
Fejlesztői válasz
közzétéve: egy évePlease post the details to the support for a proper investigation. - Csillagos értékelés: 2 / 5készítette: garrettw87, egy éveI wanted to like FireMonkey, but unfortunately it seems to be incompatible with the vast majority of scripts I use with the Waze Map Editor downloaded from greasyfork.org. There are no JavaScript errors -- the scripts just do nothing. They are listed as active on the page, but something about them just doesn't work with this addon. So I'll have to switch to a different one.
Fejlesztői válasz
közzétéve: egy évePlease post the details to the support for a proper investigation. - Csillagos értékelés: 5 / 5készítette: Firefox felhasználó 14571563, 2 éve
- 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!). - Csillagos értékelés: 5 / 5készítette: Frantishek, 2 éve
- Csillagos értékelés: 5 / 5készítette: Ben SALT.id, 2 éve
- Csillagos értékelés: 4 / 5készítette: Firefox felhasználó 12818352, 2 éveSeems like we can't import scripts from zip
Right, unzip everything and import works, but slightly inconvenient, thank you for replying.Fejlesztői válasz
közzétéve: 2 éveUsers can unzip themselves and then mass-import all scripts. Reading zip requires additional library.