MrOtherGuy / firefox-csshacks

Collection of userstyles affecting the browser
Mozilla Public License 2.0
3.24k stars 315 forks source link

[Feature Request] Floorp support. #374

Open RashiqAzhan opened 4 months ago

RashiqAzhan commented 4 months ago

Can these hacks be used with floorp?

MrOtherGuy commented 4 months ago

Maybe. But the more a fork differs from main firefox, the higher the chance that custom styles won't behave as expected. And I hear Floorp differs quite a bit, so probably many of the styles have issues.

I won't be able to test forks myself. Release Firefox and Nightly are priority targets, followed by ESR if supporting it doesn't complicate things too much.

RashiqAzhan commented 4 months ago

I understand. Floorp has a multi-row feature that allows for reordering (not sure how they managed that).

It looks something like this. image

I was trying to get window control on the toolbar to the right empty region created by window_control_placeholder_support.css.

@import url(chrome/window_control_placeholder_support.css);
@import url(chrome/multi-row_tabs.css);

What would that testing look like? I'm not always certain if the CSS hacks look as I would expect them to look.