最新百度网盘解锁脚本!百度网盘1080P高清画质+倍速播放,一键解锁
此工具的实现是依赖于百度网盘网页端,可以实现最高画质播放,以及倍速播放,亲测可用。
对于看教程或者是非长期使用的用户来说,十分友好
脚本简介
- 网络没问题的话高清画质可全程选2倍速不卡
-
网页端显示解锁后SVIP8会员显示到期时间2341年
- 主要网页会员功能解锁,百度网盘倍速播放+百度网盘高清画质解锁+Ai总结解锁+字幕功能
不会给你扩容,也不会给你下载提速,适合看影视或者是看教程学习用的!
脚本预览
下载地址
百度网盘网页SVIP解锁,支持倍速播放+高清画质
步骤一:找到添加新脚本
安装好油猴脚本后,点击油猴脚本,选择添加新脚本,我会给大家提供脚本的地址(解锁画质和倍速播放)
点击“添加新脚本”后显示是这个样子
把里面的内容全选,然后删除即可
步骤二:导入解锁百度网盘画质脚本
此脚本是我买的,网上基本上没有公开过,如果被传开了,我就知道的文章又被搬运了,可以导入下方代码,也可以导入TXT文档内代码
代码如下↓
// ==UserScript==
// @name 百度网盘Svip会员破解青春版
// @namespace http://tampermonkey.net/
// @match https://pan.baidu.com/
// @match https://pan.baidu.com/*
// @grant unsafeWindow
// @run-at document-start
// @version 1.2
// @license MIT
// @author Gwen
// @downloadUrl https://greasyfork.org/scripts/469774-%E7%99%BE%E5%BA%A6%E7%BD%91%E7%9B%98svip%E4%BC%9A%E5%91%98%E7%A0%B4%E8%A7%A3%E9%9D%92%E6%98%A5%E7%89%88/code/%E7%99%BE%E5%BA%A6%E7%BD%91%E7%9B%98Svip%E4%BC%9A%E5%91%98%E7%A0%B4%E8%A7%A3%E9%9D%92%E6%98%A5%E7%89%88.user.js
// @homepageUrl https://greasyfork.org/zh-CN/scripts/469774-%E7%99%BE%E5%BA%A6%E7%BD%91%E7%9B%98svip%E4%BC%9A%E5%91%98%E7%A0%B4%E8%A7%A3%E9%9D%92%E6%98%A5%E7%89%88
// @description 修改所有可改的身份信息,修改成超级会员身份,可以使用网站自带的倍速、字幕等功能。
// @downloadURL https://update.greasyfork.org/scripts/469774/%E7%99%BE%E5%BA%A6%E7%BD%91%E7%9B%98Svip%E4%BC%9A%E5%91%98%E7%A0%B4%E8%A7%A3%E9%9D%92%E6%98%A5%E7%89%88.user.js
// @updateURL https://update.greasyfork.org/scripts/469774/%E7%99%BE%E5%BA%A6%E7%BD%91%E7%9B%98Svip%E4%BC%9A%E5%91%98%E7%A0%B4%E8%A7%A3%E9%9D%92%E6%98%A5%E7%89%88.meta.js
// ==/UserScript==
(function() {
'use strict';
var store = {
path: null,
adToken: null,
bdstoken: null,
resolutionPattern: /M3U8_AUTO_([0-9]+?)&/,
}
store.path = new URLSearchParams(new URL(location.href).search).get('path');
function hookRequest() {
var originOpen = XMLHttpRequest.prototype.open;
XMLHttpRequest.prototype.open = function (method, url) {
if (url.indexOf('/api/loginStatus') != -1) {
this.addEventListener('readystatechange', function() {
if (this.readyState == 4) {
let res = JSON.parse(this.responseText)
res.login_info.vip_type = '21'
res.login_info.vip_identity = '21'
res.login_info.vip_level = 8
res.login_info.vip_point = 99999
res.login_info.username = 'GwenCrackヾ(-_-;)'
store.bdstoken = res.login_info.bdstoken
Object.defineProperty(this, "responseText", {
writable: true,
});
this.responseText = JSON.stringify(res)
}
})
originOpen.apply(this, arguments);
} else if (url.indexOf('/user/info') != -1) {
this.addEventListener('readystatechange', function() {
if (this.readyState == 4) {
let res = JSON.parse(this.responseText)
res.user_info.is_vip = 1
res.user_info.is_svip = 1
res.user_info.is_plus_buy = 1
Object.defineProperty(this, "responseText", {
writable: true,
});
this.responseText = JSON.stringify(res)
}
})
originOpen.apply(this, arguments);
} else if (url.indexOf('/membership/user') != -1) {
this.addEventListener('readystatechange', function() {
if (this.readyState == 4) {
let res = JSON.parse(this.responseText)
res.reminder = {
"svip": {
"leftseconds": 9999999999,
"nextState": "normal"
}
}
res.level_info = {
"current_value": 12090,
"current_level": 10,
"history_value": 11830,
"history_level": 10,
"v10_id": "666666",
"last_manual_collection_time": 0
}
res.product_infos = [{
"product_id": "",
"start_time": 1685635199,
"end_time": 1888227199,
"buy_time": 0,
"cluster": "vip",
"detail_cluster": "svip",
"auto_upgrade_to_svip": 0,
"product_name": "svip2_nd",
"status": 0,
"function_num": 0,
"buy_description": "",
"product_description": "",
"cur_svip_type": "month"
}]
res.current_product = {
"cluster": "vip",
"detail_cluster": "svip",
"product_type": "vip2_1m_auto",
"product_id": "12187135090581539740"
}
res.current_product_v2 = {
"cluster": "vip",
"detail_cluster": "svip",
"product_type": "vip2_1m_auto",
"product_id": "12187135090581539740"
}
Object.defineProperty(this, "responseText", {
writable: true,
});
this.responseText = JSON.stringify(res)
}
})
originOpen.apply(this, arguments);
} else if (url.indexOf('/api/streaming') != -1 && url.indexOf('M3U8_SUBTITLE_SRT') == -1) { //获取视频m3u8接口
let modifiedUrl = url.replace(/vip=2/, 'vip=0')
.replace(/_1080&/, '_720&')
if (store.adToken) {
modifiedUrl += ('&adToken=' + encodeURIComponent(store.adToken))
this.adToken = store.adToken
store.adToken = null
originOpen.call(this, method, modifiedUrl, false);
return
}
originOpen.call(this, method, modifiedUrl);
this.addEventListener('readystatechange', function() {
if (this.readyState == 4) {
if (this.responseText[0] == '{') {
let res = JSON.parse(this.responseText)
store.adToken = res.adToken
let manualRequest = new XMLHttpRequest();
// let manualUrl = `https://pan.baidu.com/api/streaming?app_id=250528&clienttype=0&channel=chunlei&web=1&isplayer=1&check_blue=1&type=M3U8_AUTO_${store.resolutionPattern.exec(url)[1]}&trans=&vip=0` +
// `&bdstoken=${store.bdstoken||unsafeWindow.locals.bdstoken}&path=${store.path}&jsToken=${unsafeWindow.jsToken}`
let manualUrl = modifiedUrl
console.log(manualUrl)
manualRequest.open(method, manualUrl, false);
manualRequest.send();
Object.defineProperty(this, "status", {
writable: true,
});
this.status = manualRequest.status;
Object.defineProperty(this, "responseText", {
writable: true,
});
this.responseText = manualRequest.responseText;
}
}
})
} else if (url.indexOf('/msg/streaming') != -1) {
this.addEventListener('readystatechange', function() {
if (this.readyState == 4) {
if (this.responseText[0] != '{')
return
let res = JSON.parse(this.responseText)
res.ltime = 0.000001
res.adTime = 0.000001
console.log(res)
Object.defineProperty(this, 'responseText', {
writable: true,
})
this.responseText = JSON.stringify(res)
}
})
originOpen.apply(this, arguments);
}
else {
originOpen.apply(this, arguments);
}
}
}
hookRequest()
let localsTimer = setInterval(() => {
if (!unsafeWindow.locals) return
clearInterval(localsTimer)
console.log('设置window.locas', unsafeWindow.locals)
let originalSet = unsafeWindow.locals.set
unsafeWindow.locals.set = function(n, t) {
console.log('%c[hook]' + n + ': ' + t, 'color:blue;')
if (['is_vip', 'is_svip'].indexOf(n) != -1) {
t = 1
} else if (n == 'vip_level') {
t = 10
} else if (n == 'v10_id') {
t = '666666'
}
console.log(arguments)
originalSet.apply(this, [n, t])
}
if (unsafeWindow.locals.userInfo) {
unsafeWindow.locals.userInfo.vip_level = 8
unsafeWindow.locals.userInfo.vip_identity = 21
unsafeWindow.locals.userInfo.username = "GwenCrackヾ(-_-;)"
} else if(unsafeWindow.locals.mset) {
unsafeWindow.locals.mset({
'is_vip': 1,
'is_svip': 1,
'vip_level': 8,
'show_vip_ad': 0
})
} else {
unsafeWindow.locals.vip_level = 8
unsafeWindow.locals.is_vip = 1
unsafeWindow.locals.is_svip = 1
unsafeWindow.locals.is_evip = 0
unsafeWindow.locals.show_vip_ad = 0
}
}, 10)
})()
也可以下载TXT文档,里面还附带了视频教程,将TXT文档内的内容,全部粘贴到油猴脚本内
然后点击保存,打开百度网盘官网即可使用了!
补充两个百度网盘倍速播放的办法,及增加一个脚本
另外还有个百度网盘的手机端倍速播放脚本,以及我以前写的教程,可以配合着看看
其实不装这个倍速脚本,也是可以用的,因为上面分享了SVIP解锁脚本
文章↓
电脑端倍速播放脚本:https://www.crxsoso.com/addon/detail/mjhlabbcmjflkpjknnicihkfnmbdfced
安装方法:
步骤一:下载速度控制插件
最好选择ZIP格式的脚本下载,CRX的也可以,我演示的ZIP格式的安装方法
步骤二:打开浏览器,点击左上角的三个点标识,选择更多工具-扩展程序;
步骤三:打开“开发者模式”把下载的ZIP压缩进去拖动到浏览器拓展工具即可使用安装完成
下载地址
内置视频版教程+倍速播放脚本
- 最新
- 最热
只看作者