colincai

Results 9 comments of colincai

我看console log提示 Uncaught DOMException: Blocked a frame with origin "https://www.xuexi.cn" from accessing a cross-origin frame. at getVideoTag (chrome-extension://iikmkjmpaadaobahmlepeloendndfphd/userscript.html?name=%25E4%25B8%258D%25E5%25AD%25A6%25E4%25B9%25A0%25E4%25BD%2595%25E4%25BB%25A5%25E5%25BC%25BA%25E5%259B%25BD-beta.user.js&id=3d6b28cd-50ea-4387-8f0f-9daf85d1b5d0:197:38) at Proxy.eval (chrome-extension://iikmkjmpaadaobahmlepeloendndfphd/userscript.html?name=%25E4%25B8%258D%25E5%25AD%25A6%25E4%25B9%25A0%25E4%25BD%2595%25E4%25BB%25A5%25E5%25BC%25BA%25E5%259B%25BD-beta.user.js&id=3d6b28cd-50ea-4387-8f0f-9daf85d1b5d0:127:24) at nt (:13:1036) at t. (eval at exec_fn (:3:156),...

删除了一个视频录制插件,问题解决,估计有冲突

function getFitbQuestion() { var questionCollections = className("EditText").findOnce().parent()**.parent()**; 在function getFitbQuestion() 加一个.parent()可以获取题目, 但是填空的焦点获取方式变了,默认只有第一个blank可以编辑,所以“空格数”计算方式需要改变 可以通过indexInParent计算有几个空格思路有了,但是不会写,

EditText和其他空格在同一层 indexInParent值为0,而其他四个空格 classname是view. View indexInParent 依次是 1234所以要减一

![IMG_20200617_004218](https://user-images.githubusercontent.com/8230407/84802620-7a644b00-afc6-11ea-973a-90b8e8659602.jpg)

我也想尽一份力,但是不会写。 //主函数 function main() { if (!judge_tiku_existence()) {//题库不存在则退出 return; } start_app();//启动app var start = new Date().getTime();//程序开始时间 getScores();//获取积分 if (myScores['争上游答题'] != 5) { ZhengQuestion();//争上游答题 } ************************************************* function ZhengQuestion() { text("我的").click(); while...

查找 “学习” 全替换 “工作” , 双引号要加上,

while (!desc("工作").exists());//等待加载出主页 "学习" 替换 成 工作

上面是函数部分,放在3.13最下面就好, 下面加粗部分是说明 放在相应的地方就好