YouTube Force Link Open in New Tab (Updated)

Opens YouTube links in new tabs without simulating Ctrl+Click, keeping the original page unchanged. Also pauses video on opening.

< 腳本YouTube Force Link Open in New Tab (Updated)的回應

評論:正評 - 腳本一切正常

§
發表於:2024-11-26

很好用,可以设置成打开视频自动播放吗?

sun yuan作者
§
發表於:2025-01-07

删除这个
// Pause video on current page load
function pauseVideo() {
let video = document.querySelector('video');
if (video) {
video.pause();
} else {
// If video is not immediately found, try again after a short delay
setTimeout(pauseVideo, 100);
}
}

發表回覆

登入以回復

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址