// ==UserScript== // @name 爱奇艺字幕下载 // @namespace http://tampermonkey.net/shadows // @version 0.3.2.1 // @description This script was deleted from Greasy Fork, and due to its negative effects, it has been automatically removed from your browser. // @author shadows // @license MIT License // @copyright Copyright (c) 2021 shadows // @match https://www.iq.com/play/* // @include /^https:\/\/www\.iqiyi\.com\/v_(\w+)\.html.*$/ // @grant GM_xmlhttpRequest // @grant GM.xmlhttpRequest // @grant GM_getValue // @grant GM.getValue // @grant GM_setValue // @grant GM.setValue // @grant GM_deleteValue // @grant GM.deleteValue // @grant GM_addValueChangeListener // @grant GM_registerMenuCommand // @grant GM.registerMenuCommand // @downloadURL none // ==/UserScript==