1.安裝腳本管理器。
下載地址:https://greasyfork.org/zh-CN/
2.下載腳本。
下載地址:https://greasyfork.org/zh-CN/scripts/17800-解決百度雲大文件下載限制
也可以使用下面的腳本
// ==UserScript== // @name 解決百度雲大文件下載限制 // @namespace undefined // @version 0.0.6 // @description 一行代碼,解決百度雲大文件下載限制 // @author funianwuxin // @match http://pan.baidu.com/* // @match https://pan.baidu.com/* // @match http://yun.baidu.com/* // @match https://yun.baidu.com/* // @match https://eyun.baidu.com/* // @run-at document-start // @grant none // ==/UserScript== /* jshint -W097 */ 'use strict'; Object.defineProperty(Object.getPrototypeOf(navigator),'platform',{get:function(){return 'sb_baidu';}}) (function(){ var href=location.href; /http:/.test(href)?location.href='https'+href.slice(4):0; }());
3.打開谷歌瀏覽器-->更多工具-->拓展插件。
把下載的腳本管理器拖進去就安裝好了。
4.打開插件管理面板
點擊
把剛才下載好的腳本或者上面貼出來的腳本copy進去
點擊保存
報錯的不用管他。
點擊已安裝的腳本,會顯示如下界面
就可以了,我們打開百度網盤測試下。