您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Switches/Filters Addic7ed to show only English subtitles
// ==UserScript== // @name PAPAZ addic7ed // @namespace * // @include http://www.addic7ed.com/serie/* // @version 1.0 // @grant none // @description Switches/Filters Addic7ed to show only English subtitles // ==/UserScript== var a = new String(document.location); var b = a.substring(a.length-2,a.length); function delay() { var drop = document.getElementById("filterlang"); drop.value="1"; location.assign("javascript:filterChange();void(0)"); } if (b!="/1") { setTimeout(delay, 100); }