You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it is easy to achieve this, I would like to be able to use the data scheme.
about:blank does not support dark mode, so I used to use a url like the one below.
However, when I installed an extension, I lost control of New Tab page, so I am trying to offset this with this extension.
If it can't be achieved, I will use bookmarks page etc. instead, so there is no problem.
This is just a suggestion.
If it is easy to achieve this, I would like to be able to use the data scheme.
about:blank does not support dark mode, so I used to use a url like the one below.
data:text/html,<title>New Tab</title><style>html { background-color: %23333333; }</style>
However, when I installed an extension, I lost control of New Tab page, so I am trying to offset this with this extension.
If it can't be achieved, I will use bookmarks page etc. instead, so there is no problem.
This is just a suggestion.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs
The text was updated successfully, but these errors were encountered: