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

Request - Colorize special pages #12

Open
Ratithoglys opened this issue Apr 1, 2020 · 1 comment
Open

Request - Colorize special pages #12

Ratithoglys opened this issue Apr 1, 2020 · 1 comment

Comments

@Ratithoglys
Copy link

Would it be possible to be able to colorize tabs hosting special pages.
So far no regexp I tried seems to work on "about:*" and "moz-extension:" pages

image
image

@Adaephon-GH
Copy link

You can match "moz-extension:" pages with the regexp [0-9a-f]{8}-([0-9a-f]{4}-){3}[0-9a-f]{12} as all extension pages seem to have the extension ID as "hostname".

As for "about:" pages: I found out by accident that leaving the "Host" field empty on a non-regexp setting will lead to the chosen color being applied to any "about:" page, including the new tab page. I am not yet sure, if there are any side effects to that.

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

No branches or pull requests

2 participants