-
Notifications
You must be signed in to change notification settings - Fork 1
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
issue with URL parameters, cookie mode #9
Comments
Okay, I see. The way the extension works, arguments are only appended if there are no arguments in the url. Do you think the scenario you described actually happens? Maybe if you save the url with arguments as a bookmark. |
i don't think you understand - once dark mode is enabled, it can never be disabled there are problems with the code i was going to run test just now, so i opened a tab to go to youtube.com which i knew would be forwarded to whatever invidious instance i had set as it turns out, i didn't go anywhere (problem loading page) and the URL in my address bar is...
it seems like you're coding in options and then never testing them, or passing off bugs as scenarios that are unlikely to happen |
Then please explain it to me. I am not able to produce a situation where darkmode can not be disabled. For me it always works as expected.
That happens if quality=* is the first argument, it does not happen if darkmode or thinmode or someting else is enabled. It will be fixed in the next release.
|
ex: https://www.youtube.com/channel/UCcem9I78ybZLHLRUlkUO3sw
v0.9.8.3
if you disable cookie mode, enable dark mode, refresh, then disable dark mode, the
dark_mode=true
remains after refreshing the pageprior ro 0.9.8.3, the URL params worked properly (except for the
?
bug), but they would remain after disabling all optionsthey remain now as well, but also, once dark mode is enabled, it cannot be disabled (the param is always
dark_mode=true
) regardless of cookie mode state or dark mode statenote that i didn't test other options
The text was updated successfully, but these errors were encountered: