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

自动刷linuxdo文章

< Părere la script-ul linux.do自动点赞,自动刷文章

Întrebare/comentariu

§
Postat în: 28-09-2024
Editat în: 28-09-2024

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

§
Postat în: 22-06-2025

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

§
Postat în: 01-07-2025

// 如果是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();
}代码写死的

Postează un raspuns

Autentifică-te pentru a posta un răspuns.

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