// ==UserScript== // @name YouTube 使用中文字幕 // @namespace http://tampermonkey.net/ // @version 1.3.5 // @description 在 YouTube 上自动选择简体中
var timeout = prompt("请输入刷新时间间隔(秒)"); var current = location.href; if (timeout > 0) { setTimeout('reload()', 1000 * timeout); } else { locatio