直接突破百度網盤,用IDM或者迅雷下載。
推薦瀏覽器: 360 ,CHORME
360,: 打開網盤下載頁,然后F12→找到CONSOLE→刷新→輸入代碼“Object.defineProperty(this , 'navigator' , {value: { platform: "" }}); ”(沒有雙引號)→回車→F12→迅雷下載。
CHORME: 打開網盤下載頁,右鍵空白處→檢查→同上。
純手打,絕對有效。望采納
Object.defineProperty(this , 'navigator', {value: { platform: "" }});
Object.defineProperty(navigator,'platform',{get:function(){return '這里隨便吧';}});
百度網盤下載限速如何破解? - 知乎,紅塔山
https://www.zhihu.com/question/28333225
console.log("Don't be evil!");
var actualCode = "Object.defineProperty(navigator,'platform',{get:function(){return '這里隨便吧';}});";
var s = document.createElement('script');
s.textContent = actualCode;
document.documentElement.appendChild(s);
s.remove();