pan.download

百度一键大文件下载,解除近期 > 20171201 类似脚本的屏蔽

目前为 2017-12-26 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name pan.download
  3. // @namespace Violentmonkey Scripts
  4. // @match *://pan.baidu.com/*
  5. // @grant none
  6. // @description 百度一键大文件下载,解除近期 > 20171201 类似脚本的屏蔽
  7. // @version 0.0.1.20171226073547
  8. // ==/UserScript==
  9.  
  10. Object.defineProperty(Object.getPrototypeOf(navigator), 'platform', {
  11. value: 'netdisk',
  12. enumerable: true,
  13. writable: true,
  14. configurable: true,
  15. })