神奇的笔记 头像

消息来源频道

神奇的笔记

@lynote

频道2,228 位成员公开可见0 人在线

立音喵的笔记本~ 有的消息是 Eden 发送的 原创消息 CC BY-NC-SA 4.0 立音的照片请勿转发至 Telegram 之外,在 Telegram 内部分享时请使用 Forward 评论功能已开启 请勿加入评论群组 使用 @SohaDays 的脚本自动踢出评论群组内的用户。 匿名板 https://liyin.nekocandy.moe 匿名版回答 @lynote_anonymous

成员规模2,228 位成员
在线情况0 人在线
消息总数4,300 条消息
浏览量总数175,416 次浏览

在这个频道里搜索消息……

t.me/lynote

var eventS = document.createEvent("HTMLEvents");
eventS.initEvent("touchstart", true, true);
eventS.eventName = 'touchstart';
eventS.touches = [{x:100,y:100},{x:150,y:150}];
var eventE = document.createEvent("HTMLEvents");
eventE.initEvent("touchend", true, true);
eventE.eventName = 'touchend';
var autoTap;
touch.on('.reload_box','tap',function() {
setTimeout(function() {
autoTap = setInterval(function(){
$('.tap_big')[0].dispatchEvent(eventS);
$('.tap_big')[0].dispatchEvent(eventE);
},10);
setTimeout(function(){
clearInterval(autoTap);
},30000);
}, 4500);
});
touch.on('.inint','tap',function() {
setTimeout(function() {
autoTap = setInterval(function(){
$('.tap_big')[0].dispatchEvent(eventS);
$('.tap_big')[0].dispatchEvent(eventE);
},10);
setTimeout(function(){
clearInterval(autoTap);
},30000);
}, 4500);
});