tsumanne.
当前为
// ==UserScript==
// @name Thread info refine
// @namespace http://tampermonkey.net/
// @version 0.1
// @description tsumanne.
// @author eggplants
// @homepage https://github.com/eggplants
// @match https://tsumanne.net/*/data/*/*/*/*/
// @grant none
// ==/UserScript==
for(var i of $x(`//*[@class="rsc"]`))
{
i.textContent+=":\t"
}
for(var i of $x(`//*[@class="cnw"]`))
{
i.textContent=i.textContent.replace(/\)/, ")\t")
i.textContent+="\t";;
}
for(var i of $x(`//*[@class="cno"]`))
{
i.textContent+="\t"
}