You are on page 1of 1

// ==UserScript== // @name 解决百度云大文件下载限制 (路人添加版) // @namespace

undefined // @version 0.0.6+ // @description 一行代码,解决百度云大文件下载限制 // @author 原


作者:funianwuxin // @match *://pan.baidu.com/* // @match *://yun.baidu.com/* // @match
*://eyun.baidu.com/* // @match *://wangpan.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; }());

Read More Fascinating Tutorials on Samtutorials.Com

You might also like