解决百度云大文件下载限制

一行代码,解决百度云大文件下载限制

目前为 2016-06-05 提交的版本。查看 最新版本

// ==UserScript==
// @name         解决百度云大文件下载限制
// @namespace    undefined
// @version      0.0.1
// @description  一行代码,解决百度云大文件下载限制
// @author       funianwuxin
// @match        http://pan.baidu.com/*
// @match        https://pan.baidu.com/*
// @match        http://yun.baidu.com/*
// @match        https://pan.baidu.com/*
// @run-at       document-start
// @grant        none
// ==/UserScript==
/* jshint -W097 */
'use strict';
Object.defineProperty(navigator,"platform",{value:"sb_baidu",writable:false,configurable:false,enumerable:true});