Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 973 Bytes

README.md

File metadata and controls

46 lines (31 loc) · 973 Bytes

BaiduNetdisk (WAP)

Install

Chrome : Click Settings -> Extensions -> Check Developer mode-> Load unpacked extension, navigate to the Chrome folder, click OK.

Features

禁止跳转至 PC 版网页

https://pan.baidu.com/wap/home

突破大文件限制

https://pan.baidu.com/disk/home

Extra

解除优酷对 PC 端访问移动端的操作限制

伪装指定网站的 User-Agent (Android)

Header

  1. 去掉 manifest.json 中的注释。
//   "background": {"scripts": [ "C.js" ]},
  1. C.js 中指定网站。
urls: ['*://*.v2ex.com/*', '*://*.zhihu.com/*', '*://v.youku.com/*']
  1. Done.

Native

  1. manifest.json 中指定网站。
"js": ["B.js"],
"matches": ["*://*.baidu.com/*", "*://v.youku.com/*"],
  1. Done.

移除重复标签页