MapoMagpie / eh-view-enhance

Manga Viewer + Downloader, Focus on experience and low load on the site. Support: e-hentai.org | exhentai.org | pixiv.net | 18comic.vip | nhentai.net | hitomi.la | rule34.xxx | danbooru.donmai.us | gelbooru.com | twitter.com
MIT License
359 stars 12 forks source link

添加网站失败 #92

Closed yukinochenshangpeng closed 2 months ago

yukinochenshangpeng commented 2 months ago

版本 128.0.6613.120(正式版本)

Snipaste_2024-09-07_19-40-41 f12截图

MapoMagpie commented 2 months ago

正确添加是这样的:

// @match https://18comic-gura.me/*
或者直接匹配所有网站
// @match *://*/*

然后配置面板 > 站点配置 > 禁漫 > 添加规则:

18comic-gura.me\/album\/\d+

不过我刚刚进行了更新,支持了这个新的镜像站。 之所以不直接匹配所有网站是因为添加 // @match *://*/*之后,greasyfork不能再通过站点搜索搜索到这个脚本了。

总之你现在不用改了,可以直接在这里更新: https://github.com/MapoMagpie/eh-view-enhance/raw/master/eh-view-enhance.user.js

yukinochenshangpeng commented 2 months ago

谢谢!