SuLe复制论坛帖子链接的小工具 中发帖

起因,和朋友一起分享一些L站的帖子,但是只有一个链接很难在聊天界面进行了解,然后用油猴写了个小玩具 
[image]
// ==UserScript==
// @name Copy Link with Topic Status
// @namespace http://tampermonkey.net/
// @version 0.2
// @description 添加一个按钮来复制链接和.topic-statuses的文本内容
// @author SuLe-Linux
// @match https://linux.do/t/topic/*
// @grant GM_setClipboard
// ==/UserScript==

(function() {
'use strict';

/...