All Projects → XhstormR → Baidunetdisk Wap

XhstormR / Baidunetdisk Wap

Licence: gpl-3.0
BaiduNetdisk (WAP)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Baidunetdisk Wap

Crunchyroll Html5
A fully fledged HTML5 player for Crunchyroll.
Stars: ✭ 175 (-24.57%)
Mutual labels:  chrome, html5
Melonjs
a fresh & lightweight javascript game engine
Stars: ✭ 3,721 (+1503.88%)
Mutual labels:  chrome, html5
Frontendwingman
Frontend Wingman, Learn frontend faster!
Stars: ✭ 315 (+35.78%)
Mutual labels:  chrome, html5
Demo Progressive Web App
🎉 A demo for progressive web application with features like offline, push notifications, background sync etc,
Stars: ✭ 798 (+243.97%)
Mutual labels:  chrome, html5
Lazy
Kule Lazy4 / CSS Framework
Stars: ✭ 147 (-36.64%)
Mutual labels:  chrome, html5
Sillynium
Automate the creation of Python Selenium Scripts by drawing coloured boxes on webpage elements
Stars: ✭ 100 (-56.9%)
Mutual labels:  chrome, html5
Awesome Meta And Manifest
⚡ Awesome collection of meta tags & manifest properties.
Stars: ✭ 499 (+115.09%)
Mutual labels:  chrome, html5
Webfundamentals
Best practices for modern web development
Stars: ✭ 12,335 (+5216.81%)
Mutual labels:  chrome, html5
The Front End Knowledge You May Not Know
😇 你可能不知道的前端知识点
Stars: ✭ 2,238 (+864.66%)
Mutual labels:  chrome, html5
Learning Power
学习强国 自动化 百分百正确、瞬间答题,分值45分
Stars: ✭ 222 (-4.31%)
Mutual labels:  chrome
Bypass Paywalls Chrome
Bypass Paywalls web browser extension for Chrome and Firefox.
Stars: ✭ 20,876 (+8898.28%)
Mutual labels:  chrome
Details Element Polyfill
<details>
Stars: ✭ 221 (-4.74%)
Mutual labels:  html5
Instascan
HTML5 QR code scanner using your webcam
Stars: ✭ 2,657 (+1045.26%)
Mutual labels:  html5
Tofu
一款 Chrome 扩展。用于备份豆瓣账号的数据,并支持导出 Excel 文档。
Stars: ✭ 228 (-1.72%)
Mutual labels:  chrome
Grpc Web Devtools
Chrome & Firefox Browser extension to aid gRPC-Web development
Stars: ✭ 223 (-3.88%)
Mutual labels:  chrome
Rpg Maker Mv Decrypter
You can decrypt RPG-Maker-MV Resource Files with this project ~ If you don't wanna download it, you can use the Script on my HP:
Stars: ✭ 228 (-1.72%)
Mutual labels:  html5
Brightray
A thin shim over Chromium’s Content module, no longer active, the source code has been directly imported into Electron in https://github.com/electron/electron/pull/9423
Stars: ✭ 220 (-5.17%)
Mutual labels:  chrome
Adfilt
The place where I, DandelionSprout, store my web filter lists for countless topics, including my Nordic adblock list. As simple as that, really.
Stars: ✭ 217 (-6.47%)
Mutual labels:  chrome
Mavo
Create web applications entirely by writing HTML and CSS!
Stars: ✭ 2,628 (+1032.76%)
Mutual labels:  html5
Osx Ramdisk
RAM Disk creator in OS-X for IntelliJ, Google Chrome and other apps cache to make them fly.
Stars: ✭ 229 (-1.29%)
Mutual labels:  chrome

BaiduNetdisk (WAP)

Table of Contents
  • Install
  • Features
    • 禁止跳转至 PC 版网页
    • 突破大文件限制
  • Extra
    • 优酷视频使用 HTML5 播放器
    • 腾讯视频使用 HTML5 播放器
    • 伪装指定网站的 User-Agent
    • 加载自定义 CSS
    • 阅读模式
    • 翻译文本
    • 移除重复标签页
    • 播放原生 HLS (m3u8) 视频
  • Note

Install

Chrome: 更多工具 -> 扩展程序 -> 开发者模式 -> 加载已解压的扩展程序 -> 导航至文件夹 Chrome,点击确定。

Features

禁止跳转至 PC 版网页

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

突破大文件限制

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

Extra

优酷视频使用 HTML5 播放器(解除优酷对 PC 端访问移动端的操作限制)

腾讯视频使用 HTML5 播放器

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

Header

  1. background.js 中指定网站。
urls: ['*://*.v2ex.com/*', '*://*.zhihu.com/*', '*://v.youku.com/*']
  1. Done.

Native

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

加载自定义 CSS

main.css 中添加样式。

a{text-decoration:none !important}
a:hover { text-decoration: underline !important;}
*:not([class*="icon"]):not(i){font-family: "Microsoft YaHei","Symbol" !important;}

阅读模式

开启 | 关闭:Alt+Shift+R

指定网站自动开启阅读模式

manifest.json 中指定网站。

"js": ["autoplay_read.js"],
"matches": ["*://*.jianshu.com/*", "*://*.wikipedia.org/*", "*://*.stackoverflow.com/*"],

翻译文本

翻译 选中 文本并将结果输出至 F12 Console。

  • 翻译    :Alt+Q
  • 翻译 + 朗读:Alt+Shift+Q

移除重复标签页

点击扩展图标。

播放原生 HLS (m3u8) 视频

Note

因为安全原因,高版本的 Chrome 可能需要 自己设置快捷键

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].