Add light
and dark
as valid values for set-local-storage-item
#2986
Replies: 1 comment
-
We will have to put a stop on requests to support more values, otherwise what's the limit? Might as well import |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Considering
My Filters
is now untrusted by default and setting site themes is one of the original use case presented for introducingset-local-storage-item
in #2697, I think the valueslight
anddark
would be nice additions toset-local-storage-item
for users using permanent incognito mode/private browsing.Several use cases for considerations:
fotmob.com
) currently requires usingfotmob.com##+js(trusted-set-local-storage-item, mode, '"light"')
kaggle.com
) currently requires usingkaggle.com##+js(trusted-set-local-storage-item, KAGGLE_THEME, dark)
chat.openai.com
) currently requires usingchat.openai.com##+js(trusted-set-local-storage-item, theme, dark)
Beta Was this translation helpful? Give feedback.
All reactions