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
This is only able to overwrite Cookie to any value but "default", as a result when user switches this setting back to Default nothing changes. Needs a way to extract default browser language and write that to the cookie.
To reproduce
go to improvetube settings
set YT language to Korean
realize you dont know Korean and cant navigate YT at all :D
go back to improvetube settings and change back to Default
Nothing happens, you are stuck with Korean, not every user will realize you can fix language in YT menu, especially if they set weird language and cant read menu now Oh its worse. Even switching language in Youtube wont help because ImproveTube calls ImprovedTube.youtubeLanguage() on init and overrides it every single time :D
The text was updated successfully, but these errors were encountered:
raszpl
added
Bug
Bug or required update after YouTube changes
help wanted
Just an old github standard we add automatically. (The team can remove it when working on it.)
good first issue
A GitHub standard for inviting (new) contributors *Congratulations in advance!*
up-for-grabs
(a github standard for inviting new contributors) - Welcome! ♥
labels
Mar 8, 2024
raszpl
removed
help wanted
Just an old github standard we add automatically. (The team can remove it when working on it.)
good first issue
A GitHub standard for inviting (new) contributors *Congratulations in advance!*
up-for-grabs
(a github standard for inviting new contributors) - Welcome! ♥
labels
Mar 8, 2024
The best would be one more option on the language list at the top called "disabled" triggering:
satus.storage.remove('youtube_language')
something like [{value: null, text: "Disabled"}]
youtube/js&css/web-accessible/www.youtube.com/settings.js
Lines 180 to 196 in 967ccbb
This is only able to overwrite Cookie to any value but "default", as a result when user switches this setting back to Default nothing changes. Needs a way to extract default browser language and write that to the cookie.
To reproduce
Nothing happens, you are stuck with Korean,
not every user will realize you can fix language in YT menu, especially if they set weird language and cant read menu nowOh its worse. Even switching language in Youtube wont help because ImproveTube calls ImprovedTube.youtubeLanguage() on init and overrides it every single time :DThe text was updated successfully, but these errors were encountered: