-
Notifications
You must be signed in to change notification settings - Fork 169
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
几个影响体验的bug #154
Comments
发现问题,解决问题,才能进步 1、2我看看优化一下 3、没有允许所有域名的方法,如果允许所以的话,这样限制就没意义了,如果同时有多次弹出的话,管理器会合并这些请求,并显示一个允许所有域的按钮由用户确定 |
好像还有点问题,面板可不可以多列显示或者修改下逻辑。 |
不能全部显示是什么意思?应该会全显示的,已开启和未开启有顺序的呀,已开启的会在前面 可以截个图吗? |
显示的数量是脚本运行数吗,可以看到点一下就增加,但是看不到脚本。用油猴测试是正常的,不会增加。 可能和frame有关,途中左边和右边都是不同的frame |
显示的数量是脚本运行的次数(因为有的是iframe),后续我加一个,具体哪个脚本运行了多少次 之前说的 |
不是这个,这个是点存储就卡死 |
卡顿问题可以试试这个,但是按钮不显示出来的问题这个没有复现出来 https://github.com/scriptscat/scriptcat/actions/runs/4449614460 |
我好像找到稳定复现的方法了,存储的问题已经解决了 // ==UserScript==
// @name New Userscript
// @namespace https://bbs.tampermonkey.net.cn/
// @version 0.1.0
// @description try to take over the world!
// @author You
// @match *://*mmiyue.com*
// @match *://*vodplay*
// ==/UserScript==
(function() {
'use strict';
// Your code here...
})(); |
issues提交有点频繁了😬
1、储存过长,操作按钮消失
2、不知道什么原因造成的,点脚本储存会卡死
可能是存储比较大。
东方永页机https://github.com/hoothin/UserScripts/tree/master/Pagetual
3、这不算bug,稍微影响体验
跨域有没有允许所有域名的方法,每次到一个新的域名都要点同意,就像上面翻页脚本一样
The text was updated successfully, but these errors were encountered: