// ==UserScript== // @name 阿里云盘-批量修改文件名-剧集刮削 // @namespace http://tampermonkey.net/ // @version 2.05 // @description 用于阿里云盘批量修改文件名,主要为剧集刮削准备 // @author wdwy // @match https://www.aliyundrive.com/drive/folder/* // @match https://www.aliyundrive.com/drive/* // @match https://www.aliyundrive.com/drive/legacy/folder/* // @match https://www.aliyundrive.com/drive/legacy/ // @match https://www.aliyundrive.com/drive/file/backup/* // @match https://www.aliyundrive.com/drive/file/backup/ // @match https://www.aliyundrive.com/drive/file/* // @match https://www.alipan.com/drive/folder/* // @match https://www.alipan.com/drive/* // @match https://www.alipan.com/drive/legacy/folder/* // @match https://www.alipan.com/drive/legacy/ // @match https://www.alipan.com/drive/file/backup/* // @match https://www.alipan.com/drive/file/backup/ // @match https://www.alipan.com/drive/file/* // @icon https://gw.alicdn.com/imgextra/i3/O1CN01aj9rdD1GS0E8io11t_!!6000000000620-73-tps-16-16.ico // @require https://code.jquery.com/jquery-3.6.0.min.js // @run-at document-body // @license GPLv3 // @downloadURL https://update.greasyfork.icu/scripts/459303/%E9%98%BF%E9%87%8C%E4%BA%91%E7%9B%98-%E6%89%B9%E9%87%8F%E4%BF%AE%E6%94%B9%E6%96%87%E4%BB%B6%E5%90%8D-%E5%89%A7%E9%9B%86%E5%88%AE%E5%89%8A.user.js // @updateURL https://update.greasyfork.icu/scripts/459303/%E9%98%BF%E9%87%8C%E4%BA%91%E7%9B%98-%E6%89%B9%E9%87%8F%E4%BF%AE%E6%94%B9%E6%96%87%E4%BB%B6%E5%90%8D-%E5%89%A7%E9%9B%86%E5%88%AE%E5%89%8A.meta.js // ==/UserScript== (function() { 'use strict'; var $ = $ || window.$; var obj = { files: [], randomFillParam: -1, url: location.href, panel: 1 }; var op1 = `