Youtube Turn Off Annotations

Turns off annotations on youtube videos

目前为 2015-06-13 提交的版本。查看 最新版本

// ==UserScript==
// @name        Youtube Turn Off Annotations
// @namespace   Youtube
// @description Turns off annotations on youtube videos
// @include     *youtube.com/watch*
// @version     1.0
// @grant       none
// ==/UserScript==

var ytplayer = document.getElementById ("movie_player");
ytplayer.addEventListener("onStateChange", function(state){
    document.querySelector('[aria-labelledby="ytp-menu-iv"]').click();
});

QingJ © 2025

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