File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ // noinspection JSConstantReassignment
2+ // ↑ for rewriting things like xhr.response
3+
14import { AjaxResponse } from "../core/types" ;
25
36declare 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 }
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments