-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
新版本后,脚本无法识别网址了 #123
Comments
可以给出脚本,或者match规则么? |
是所有的脚本都识别不出来啊,之前所有的脚本。另外就是 取消云同步了真的好可惜,登录账号自动同步这个大概是比油猴最有意思的功能了 |
我没有理解,所有的脚本都识别不出来是什么意思? 云同步取消了,但是有网盘同步,支持百度云和webdav(坚果云等)。功能上是一样的,后续还会支持更多网盘 主要是受限于服务器资源和开发成本,不打算自己来做这个储存服务了 |
问题:脚本猫升级到新版本后,edge浏览器 所有脚本都失效了(脚本在目标页面不显示了,就是脚本猫的图标那里 不显示了),谷歌的还能正常识别。不知道是哪里的问题。 |
// ==UserScript==
// @name New Userscript
// @namespace https://bbs.tampermonkey.net.cn/
// @version 0.1.0
// @description try to take over the world!
// @author You
// @match *://*/*
// ==/UserScript==
(function() {
'use strict';
// Your code here...
})(); 新建这个脚本,访问任意页面呢?访问这个页面确实是不会匹配的 |
能看到是哪个脚本的match吗 |
重启浏览器/扩展呢?还是这样嘛?奇怪了 |
报错的地方大概知道,应该是match那块,屏蔽就好,但是不清楚这个是什么脚本,直接屏蔽会导致这个脚本无法正常使用 |
有QQ吗 交流方便一点 675402219 |
应该是同一个问题导致的脚本无法导入 |
是的,所有脚本都突然无法使用了 |
@Chinesered 你可以使用此版本,或者也将你的错误贴出来试试 https://github.com/scriptscat/scriptcat/actions/runs/3673307388 |
v0.10.4 版本,脚本无法识别网址生效 了,忘解决
The text was updated successfully, but these errors were encountered: