加入多種功能並改善Greasy Fork镜像的體驗
[BUG] Doesn't work on site-specific script lists
Example URL: https://gf.qytechs.cn/en/scripts/by-site/github.com
Page type detection fails: const pageType_ = /\/([a-z-]+)$/.exec(window.location.pathname);
Yes. There is no feature provided for the site-specific scripts browsing.
We might or might not update ...
Fixed the page type detection now.
Not well tested but should be fine.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
[BUG] Doesn't work on site-specific script lists
Example URL: https://gf.qytechs.cn/en/scripts/by-site/github.com
Page type detection fails:
const pageType_ = /\/([a-z-]+)$/.exec(window.location.pathname);