李广妮 说:
Test 说:
是时候祭出脚本了!
var counterX=0;window.tempX=window.setInterval(function(){console.log("height:"+$("html").scrollTop());if($("html").scrollTop()>0&&counterX<10){counterX++;$("html").scrollTop(0);console.log("滚动一次")}else{$('.topic [component="post/upvote"]:not(".upvoted")').click();window.clearInterval(window.tempX);console.log("结束")}},1000);
f12, console控制台输入,回车。
仅供参考,不推荐使用脚本。
多发点好帖子,别人会主动右下角点赞的。
我就说马老大不是什么好人
//禁止F12
var ConsoleManager={
onOpen:function(){
alert("啥? 想用脚本? 那是不行滴 😄")
},
onClose:function(){
alert("啥? 想用脚本? 那是不行滴 😄")
},
init:function(){
var self = this;
var x = document.createElement('div');
var isOpening = false,isOpened=false;
Object.defineProperty(x, 'id', {
get:function(){
if(!isOpening){
self.onOpen();
isOpening=true;
}
isOpened=true;
}
});
setInterval(function(){
isOpened=false;
console.info(x);
console.info("啥? 想用脚本? 那是不行滴 😄")
console.clear();
if(!isOpened && isOpening){
self.onClose();
isOpening=false;
}
},10)
}
}
ConsoleManager.onOpen = function(){
try{
window.open('https://jike.info',target='_self');
}catch(err){
var a = document.createElement("button");
a.onclick=function(){
window.open('https://jike.info',target='_self');
}
a.click();
}
}
ConsoleManager.onClose = function(){
alert("啥? 想用脚本? 那是不行滴 😄")
}
ConsoleManager.init();
$(document).ready(function () {
app.coldLoad();
});
}