MapoMagpie

Results 6 comments of MapoMagpie

可能和 #51 一样,因为你无法访问 https://cdn.jsdelivr.net/ 导致所引用的几个js库没有成功引入。 请先试试能否访问 https://cdn.jsdelivr.net/

我已经将之前引用的js库直接打包到脚本里了,请更新到4.4.12尝试。 52a966324b5bd0953596dedce4304cc70b20220a

应该修复了,[fix: fetch timeout in tampermonkey beta](https://github.com/MapoMagpie/eh-view-enhance/commit/b5178c116a69e9adfcfab0acb8549f963034796e) https://github.com/MapoMagpie/eh-view-enhance/issues/55[;](https://github.com/MapoMagpie/eh-view-enhance/commit/b5178c116a69e9adfcfab0acb8549f963034796e) Tampermonkey beta版本不支持GM.xmlhttprequest的timeout为0,记得之前文档里说明timeout=0时是永不超时来着。

你可以在这里直接安装新的版本: https://github.com/MapoMagpie/eh-view-enhance/raw/master/eh-view-enhance.user.js 这是测试版,最近在更新新的控制栏布局,你可以继续反馈新布局的相关问题。 正式版会在几天后发布到Greaskfork上。

刚发现一个小问题,tampermonkey beta版本似乎不支持onprogress,所以加载图片时进度条失效了。