-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
41 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,47 @@ | ||
A rewritten version of pakku.js | ||
[![Chrome Web Store - Version](https://img.shields.io/chrome-web-store/v/jklfcpboamajpiikgkbjcnnnnooefbhh.svg?style=flat-square)](https://chrome.google.com/webstore/detail/pakku/jklfcpboamajpiikgkbjcnnnnooefbhh) | ||
[![Chrome Web Store - Downloads](https://img.shields.io/chrome-web-store/d/jklfcpboamajpiikgkbjcnnnnooefbhh.svg?style=flat-square)](https://chrome.google.com/webstore/detail/pakku/jklfcpboamajpiikgkbjcnnnnooefbhh) | ||
[![Chrome Web Store - Rating](https://img.shields.io/chrome-web-store/rating/jklfcpboamajpiikgkbjcnnnnooefbhh.svg?style=flat-square)](https://chrome.google.com/webstore/detail/pakku/jklfcpboamajpiikgkbjcnnnnooefbhh) | ||
/ | ||
[![Mozilla Add-on - Version](https://img.shields.io/amo/v/pakkujs.svg?style=flat-square)](https://addons.mozilla.org/zh-CN/firefox/addon/pakkujs?src=external-shield) | ||
[![Mozilla Add-on - Downloads](https://img.shields.io/amo/users/pakkujs.svg?style=flat-square)](https://addons.mozilla.org/zh-CN/firefox/addon/pakkujs?src=external-shield) | ||
[![Mozilla Add-on - Rating](https://img.shields.io/amo/rating/pakkujs.svg?style=flat-square)](https://addons.mozilla.org/zh-CN/firefox/addon/pakkujs?src=external-shield) | ||
|
||
New Features: | ||
#### [→ 点我安装 ←](https://s.xmcp.ltd/pakkujs/?src=readme_1) (支持 Chrome 和 Firefox) | ||
|
||
- Better customization through user scripts | ||
- Parallelization with Web Worker | ||
![logo](https://cloud.githubusercontent.com/assets/6646473/17503651/20b41376-5e24-11e6-8829-6b8a0ccd47a9.png) | ||
# pakku.js | ||
自动合并B站视频中刷屏弹幕的 WebExtension,让您免受各种带节奏弹幕的刷屏之苦 | ||
|
||
Improvements: | ||
↓ 《千绪的通学路》第5话 | ||
|
||
- Read blacklist from localStorage bpx_player_profile.blockList | ||
- Supported colorful dm | ||
- Removed background page (reduces ~40MB RAM usage when idle) | ||
- Removed telemetry | ||
![](https://s.xmcp.ltd/pakkujs/comm/1.png) | ||
|
||
Code quality improvements: | ||
↓ 哔哩哔哩拜年祭 2018,可见“弹幕密度分析图”功能 | ||
|
||
- Adopt Manifest V3 | ||
- Adopt TypeScript | ||
- Adopt modern JS features (e.g., ES modules, async functions, for-of loop...) | ||
![](https://s.xmcp.ltd/pakkujs/comm/2.png) | ||
|
||
Breaking changes: | ||
↓ 【炮姐/AMV】我永远都会守护在你的身边!(av810872),可见“自动调整弹幕大小”功能 | ||
|
||
- Removed BLACKLIST config (will read player blacklist) | ||
- Removed HIDE_THRESHOLD config (use userscripts to achieve that) | ||
- Removed CLOUD_SYNC config (now depend on browser settings) | ||
![](https://s.xmcp.ltd/pakkujs/comm/3.png) | ||
|
||
Work in progress. | ||
↓ 《NEW GAME!》第8话,可见“弹幕信息显示框”功能 | ||
|
||
![](https://s.xmcp.ltd/pakkujs/comm/4.png) | ||
|
||
↓ 电磁炮真是太可爱了(av314),可见统计信息显示 | ||
|
||
![](https://s.xmcp.ltd/pakkujs/comm/5.png) | ||
|
||
### 用户脚本 | ||
|
||
可以通过 JavaScript 代码来深度自定义 pakku 的功能,详见 [README](userscript_docs/README.md)。 | ||
|
||
----- | ||
|
||
### License | ||
|
||
[GPLv3](LICENSE.txt) | ||
|
||
----- | ||
|
||
#### [→ 点我安装 ←](https://s.xmcp.ltd/pakkujs/?src=readme_2) (支持 Chrome 和 Firefox) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters