twio142
twio142
@esm7 Yes, reload through the command palette works properly. Even typing `:obcommand app:reload` doesn't cause the crash.
In your case, `cqw` will work instead
B 站稍后再看页面上,手动点击播放器后、随即又会 focus 回 banner 的原因可能是 banner 也在时刻播放中。把脚本中下面一段注释掉可以解决这个问题。 ```javascript /* 播放器开始播放的时候重新指向实例 */ if (player._hasPlayingRedirectEvent_) return; player.addEventListener("playing", function (event) { t.playerInstance = event.target; t.initPlayerInstance(false); /* 同步之前设定的播放速度 */ t.setPlaybackRate(); }); player._hasPlayingRedirectEvent_ =...
@JAGulin Yes, it's the same banner which appears on the site's homepage as well. Technically I didn't solve the problem, but with my work-around, after manually clicking on the video...
并且,如果开启了画中画,切换到另一个tab再开一个视频,快捷键会同时控制当前tab的视频和画中画视频,也挺困扰的… P.S. 感谢辛苦开发和维护这个插件 :)
Yes, I'm referring to the cross-tab control while PiP is on. I'm using Chrome 94.0. I also use the Vimium extension and have a bunch of keybindings on other pages,...
The problem still exists on my Ventura Mac. Now when checking the port 6800: ``` COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME Google 50249 username 21u IPv4 0xdb8626f9cda3bcd3...
I tried setting daemon to false and it worked... Meanwhile the same error is still being logged though.
 我也有使用标签页定时休眠的插件。另外我发现每当打开新标签页(chrome://newtab)就会报错 `Failed to construct 'URL': Invalid URL` 和 `Cannot read properties of undefined (reading 'length')`
The leak still exists with v1.10.1... Now I’m receiving `Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist.`