您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Dynamically checks for and removes nuisance/tracking parameters on links within YouTube pages. This helps to reduce tracking and helps keep your history clean, making visited links work properly.
Sometimes, YouTube adds extra parameters to video links. If you've turned off watch history for privacy reasons, then this can break your browser history, since a URL like...
www.youtube.com/watch?v=ABCD1234
...does not match...
www.youtube.com/watch?v=ABCD1234&pp=IMTRACKINGYOU
...and therefore any CSS styling that applies to visited links will not work.
Even if you have uBlock Origin filters to remove these when a page loads, such as $removeparam=pp,domain=youtube.com|youtu.be
, it doesn't change links contained within the page.
This script dynamically checks for and removes nuisance/tracking parameters (currently pp
and si
) on links within YouTube pages to help solve this annoyance. This is done as efficiently as possible by tapping into YT's custom events, so it should continue to work even when new content gets pulled in after initial page load.
You could also potentially add the index
parameter for playlists since this should be redundant, and may change if the list gets reordered. Just add it to the badParams
array if you want to try it.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址