Skip to content

Commit 8f125cf

Browse files
committed
bump version to 2025.12.1
1 parent e5d7272 commit 8f125cf

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

pakkujs/content_script/xhr_hook.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// noinspection JSConstantReassignment
2+
// ↑ for rewriting things like xhr.response
3+
14
import {AjaxResponse} from "../core/types";
25

36
declare global {
@@ -315,7 +318,10 @@ type MutableXMLHttpRequest = Mutable<XMLHttpRequest>;
315318
if(event.data.type === 'pakku_video_jump') {
316319
window.player?.seek(event.data.time);
317320
} else if(event.data.type === 'pakku_trigger_reload') {
318-
// xxx: not working in the latest player (#322)
321+
// xxx: causing problems in the latest player (#322 #323)
322+
// will probably add this feature back when bilibili has fixed its player
323+
// also we might want to restrict to only reload the active tabid
324+
319325
//window.player?.reload(null);
320326
}
321327
}

pakkujs/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pakku:哔哩哔哩弹幕过滤器",
33
"short_name": "pakku",
4-
"version": "2025.9.2",
4+
"version": "2025.12.1",
55
"description": "瞬间过滤B站(bilibili.com)的刷屏弹幕,还你清爽的弹幕视频体验。",
66
"homepage_url": "https://s.xmcp.ltd/pakkujs/?src=wext_homepage",
77
"icons": {

0 commit comments

Comments
 (0)