WhiteSev

Results 19 comments of WhiteSev

不是已经有这功能了吗,`移除video的bottom偏移`

> 又试了一下 在屏蔽广告、直播后,分别单独过滤点赞、收藏都没事,就是单独过滤评论会卡死~~ 直接就是浏览器无响应那种?能否录个屏看看

感觉像是符合过滤的视频太多了然后全给过滤掉了,可以开控制台看一下过滤信息

> 只是 过滤直播、广告外加点赞、评论、收藏中的任意一个~~ 那你开控制台看一下视频的过滤信息

> 过滤器怎么过滤视频?为什么我设置了没有用,多个视频标签怎么分隔? 是空格,还是英文逗号? 在哪个页面过滤什么视频? 要么使用正则语法`|` ,比如过滤视频标签`#电影`和`#解说`,那么过滤规则的属性名选择`videoTag`,属性值填`电影|解说`

可以修复/实现以下issue https://github.com/lisonge/vite-plugin-monkey/issues/144 https://github.com/lisonge/vite-plugin-monkey/issues/153

> @WhiteSevs Appreciate the work on #153 > > But are you sure it will work? [6f9fe45#diff-0036fffb54472a55085d5e4d2279c42d2d141b7726439c8dbbed768baa2fc3a8R311](https://github.com/lisonge/vite-plugin-monkey/commit/6f9fe45269253c0de5958e74fac1ea1d4e7775b6#diff-0036fffb54472a55085d5e4d2279c42d2d141b7726439c8dbbed768baa2fc3a8R311) > > Does `filePath` start with a slash? > > Cuz the file...

> 需要基于[chrome. declarativeNetRequest](https://developer.chrome.com/docs/extensions/reference/api/declarativeNetRequest?hl=zh-cn)去开发这个API > > 好像与这个API挺像的:[webRequest](https://www.tampermonkey.net/documentation.php#meta:webRequest) [GM_webRequest](https://www.tampermonkey.net/documentation.php#api:GM_webRequest) [#54](https://github.com/scriptscat/scriptcat/issues/54) 哥哥搞起来