地区限制:
视频教程:蓝奏云下载
图文教程:
- 网页版绕过地区限制
- 首先安装 Tampermonkey
- 蓝奏网盘下载 Tampermonkey(安装的时候打开开发者模式,完成后关闭)
- 然后按照以下图中步骤操作
// ==UserScript==
// @name PikPak地区限制
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author 与鹿
// @match https://mypikpak.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=mypikpak.com
// @grant none
// ==/UserScript==
(function() {
'use strict';
const originFetch = fetch;
window.fetch = (...arg) => {
if (arg[0].indexOf('area_accessible') > -1) {
return new Promise(() => {
throw new Error();
});
} else {
return originFetch(...arg);
}
}
})();
- PC端绕过地区限制
- 找到PikPak安装目录
- 在目录中打开resources\app\out\main-renderer目录
- 找到文件main.xxxxxxxx.js (xxxxxxxx为随机二进制数,如b9ceb61b)
- CTRL+f 搜索:
(`https://access.${e}/access_controller/v1/area_accessible`,{withCredentials:!1,withCaptcha:!1})
替换为
(console.log("Bypassing area check..."))
以上内容就是绕过地区限制的方法:
现在就打开官网试一下吧:PikPak官网PikPak功能非常强大,仅仅是用它来保存文件只是它其中一个功能而已,具体的大家自己去发掘吧~
运用篡改猴还是显示分享地区在当前地区不能用
不能使用就是需要魔法上网
站主我这pikpak下载速度有点抽象阿8kb/s,有办法加速吗
有免费领取会员的任务
请问一下 怎么提取pikpak的链接?
首先打开链接后点击 I’m a human 按钮,然后等待3秒后再点击 Get Link 按钮就能正确访问到PikPak链接。
弄好了 还是用直接的那个秒传链接嘛?
秒传已经不能使用了,换成PikPak链接。公告里有详细说明