Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to add [multibar="true"] attribute to #TabsToolbar? #100

Open
black7375 opened this issue Nov 2, 2022 · 1 comment · May be fixed by #101
Open

Is it possible to add [multibar="true"] attribute to #TabsToolbar? #100

black7375 opened this issue Nov 2, 2022 · 1 comment · May be fixed by #101

Comments

@black7375
Copy link

I am the author of Lepton(firefox ui fix) and has an issue that wants to support paxmod. black7375/Firefox-UI-Fix#500

This project is webextension, but it seems to be able to load CSS dynamically to the browser ui, unlike general webextentions.
(I don't know how much experiment_apis's limit is.)

Then, is it possible to add attribute to the browser UI?
If you add [multibar="true"] to #TabsToolbar, the multi-row feature is immediately compatible.

Alternatively, about:config pref(Ex. userChrome.paxmode.enabled) is automatically added when installing, but I think there will be difficulties in general webextenstions.

If the above two questions are possible, it will be automatically compatible when installing paxmod.
If it is impossible, the user should manually adjust the about:config pref.

@surapunoyousei
Copy link
Contributor

surapunoyousei commented Nov 5, 2022

I have worked on adding this feature. I would appreciate it if you could merge the PR.

Enable:
image

Disable:
image

I'm a student and don't have time, so I apologize for the delay in writing the patch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants