水帖机

搬运自[https://github.com/HelloOSMe/wikidot-guru-machine]。作者:HelloOSMeHelloOSMe,协议:MIT。

// ==UserScript==
// @name         Guru-blogforum-machine
// @version      0.0.1
// @description  Make your wikidot accouont colorful!
// @author       HelloOSMe
// @match        http://*.wikidot.com/*
// @match        https://*.wikidot.com/*
// @grant        none
// ==/UserScript==
 
(function() {
    'use strict';
    $j("#np-text").val("s");
    WIKIDOT.modules.ForumNewPostFormModule.listeners.save(event)
})();
除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License