// ==UserScript==
// @name 百度网盘直接下载助手 修改版
// @namespace undefined
// @version 0.9.24.E
// @description 修正:取消选中或者新添加了文件夹后 需 「刷新页面」才能用助手下载
// @author ivesjay
// @modifier jyeung
// @match *://pan.baidu.com/disk/home*
// @match *://yun.baidu.com/disk/home*
// @match *://pan.baidu.com/s/*
// @match *://yun.baidu.com/s/*
// @match *://pan.baidu.com/share/link*
// @match *://yun.baidu.com/share/link*
// @require https://code.jquery.com/jquery-latest.js
// @run-at document-start
// @grant unsafeWindow
// @grant GM_setClipboard
// ==/UserScript==