• 欢迎访问爱玩吧
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏爱玩吧

[软件]Chrome框架浏览器|百度云大文件直连下载插件(可以用的)

软件推荐 aiwanyule 8年前 (2016-11-10) 已收录

软件:Chrome框架浏览器|百度云大文件直连下载插件(可以用的)

百度云大文件直连下载插件安装方法

1:先安装插件点击下载

点击右边绿色 + 号,把下面的绿色代码写入写入脚本。

百度云插件脚本:

// ==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; }());



爱玩吧 , 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:[软件]Chrome框架浏览器|百度云大文件直连下载插件(可以用的)
喜欢 (0)