tm

tms

目前為 2021-11-23 提交的版本,檢視 最新版本

// ==UserScript==
// @name tm
// @description tms
// @author lZiMUl
// @version 1.0.0
// @license MIT
// @match *
// @namespace https://greasyfork.org/users/843195
// ==/UserScript==

window.addEventListener('load', function () {
    var dom = 'yeap';
    document.body.write(dom);
})