magot用脚本来自动浏览帖子升级怎么样? 中发帖

要升3级,要求的2万帖子数量好多啊。。。 
可以用下面的油猴脚本来自动浏览吗?chatgpt写的
// ==UserScript==
// @name 自动浏览论坛帖子并记录已读
// @namespace https://linux.do/
// @version 0.1
// @description 模拟点击返回上级页面,自动进入下一个帖子,并显示已阅读记录和数量统计
// @author 您的名字
// @match https://linux.do/*
// @grant GM_xmlhttpRequest
// @grant GM_setValue
// @grant GM_getValue
// ==/UserScript==

(function() {
'use...