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 not a patch request, but a description of the feature that will be introduce in the next release.
Among the frequently asked questions by many users, there is Watch history not working.
Answers related to this can already be found here.
Since many users are still unaware of this, I felt the need to add a patch for it.
Watch history patch adds PreferenceScreen Watch history to PreferenceScreen Miscellaneous.
PreferenceScreen Watch history consists of the following settings:
• Manage all history
: This setting opens a watch history management page.
• About watch history
: It shows whether watch history is working or not depending on the settings changed by the user.
• Watch history type
: User can choose between Original, Replace domain, and Block watch history.
Here are the descriptions of the options for each Watch history type:
• Original
: Same as the unpatched state.
• Replace domain (default)
: Replaces the domain s.youtube.com with the domain www.youtube.com.
Some adblock block the domain s.youtube.com, so watch history may not work for users using adblock.
(The domains https://s.youtube.com/api/stats/playback and https://s.youtube.com/api/stats/watchtime are required for watch history to work)
Replace the domain s.youtube.com with the domain www.youtube.com to fix this issue.
(refered the addToWatchHistory function from LuanRT/YouTube.js)
• Block watch history
: Blocks the domain s.youtube.com.
It is also useful for users who want to block the s.youtube.com domain without using DNS or VPN, as the s.youtube.com domain contains trackers.
Motivation
Since this is a frequently asked question, I felt the need to integrate it into setting.
Acknowledgements
This is not a feature request for YouTube.
This issue is not a duplicate of an existing feature request.
I have chosen an appropriate title.
All requested information has been provided properly.
I have written the title and contents in English.
The text was updated successfully, but these errors were encountered:
Application
YouTube
Feature description
This is not a patch request, but a description of the feature that will be introduce in the next release.
Among the frequently asked questions by many users, there is
Watch history not working
.Answers related to this can already be found here.
Since many users are still unaware of this, I felt the need to add a patch for it.
Watch history
patch adds PreferenceScreenWatch history
to PreferenceScreenMiscellaneous
.PreferenceScreen
Watch history
consists of the following settings:• Manage all history
: This setting opens a watch history management page.
• About watch history
: It shows whether watch history is working or not depending on the settings changed by the user.
• Watch history type
: User can choose between
Original
,Replace domain
, andBlock watch history
.Here are the descriptions of the options for each
Watch history type
:• Original
: Same as the unpatched state.
• Replace domain (default)
: Replaces the domain
s.youtube.com
with the domainwww.youtube.com
.Some adblock block the domain
s.youtube.com
, so watch history may not work for users using adblock.(The domains
https://s.youtube.com/api/stats/playback
andhttps://s.youtube.com/api/stats/watchtime
are required for watch history to work)Replace the domain
s.youtube.com
with the domainwww.youtube.com
to fix this issue.(refered the
addToWatchHistory
function from LuanRT/YouTube.js)• Block watch history
: Blocks the domain
s.youtube.com
.It is also useful for users who want to block the
s.youtube.com
domain without using DNS or VPN, as thes.youtube.com
domain contains trackers.Motivation
Since this is a frequently asked question, I felt the need to integrate it into setting.
Acknowledgements
The text was updated successfully, but these errors were encountered: