@lueluelue导出完整话题+所有回复 中发帖

// ==UserScript==
// @name linux.do 话题导出(用户名/楼层/内容)
// @namespace https://linux.do/
// @version 0.1.0
// @description 导出 Discourse 话题下所有回复(含用户名、楼层、帖子内容),支持 JSON/Markdown 下载
// @match https://linux.do/t/*
// @grant GM_registerMenuCommand
// ==/UserScript==

(() => {
'use strict';

if (window.top !== window.self) return;

const SCRIPT_ID = 'tm-linuxdo-topic-expor...