linux.do自动点赞,自动刷文章

自动刷linuxdo文章

< Commentaires sur linux.do自动点赞,自动刷文章

Question / commentaire

§
Posté le: 2024-09-28
Édité le: 2024-09-28

这个脚本真正的大问题是,会重复从开头观看帖子的回复
https://linux.do/t/topic/63238
以这个帖子为例,我留意到多次从头重新浏览了,但是上一次肯定是浏览到结尾而换帖的
这种长帖子不断重头重新开始浏览,会不会太浪费时间了?
应该接着上次的阅读进度啊

linuxdoyydsAuteur
§
Posté le: 2025-06-22

谢谢你的问题,我尝试修改下

§
Posté le: 2025-07-01

// 如果是Linuxdo,就导航到我的帖子
if (BASE_URL == "https://linux.do") {
window.location.href = "https://linux.do/t/topic/63238";
} else {
window.location.href = `${BASE_URL}/t/topic/1`;
}
checkScroll();
}代码写死的

Poster une réponse

Connectez-vous pour poster une réponse.

长期地址
遇到问题?请前往 GitHub 提 Issues。