// ==UserScript== // @name カスタムくん // @namespace http://tampermonkey.net/ // @version 0.7 // @description 入力欄に改行で区切って文字列を入力して「実行」ボタンをクリックすると文字列の中からランダムで一つ投稿してくれます。 // @author You // @match *.x-feeder.info/*/ // @match *.x-feeder.info/*/sp/ // @exclude *.x-feeder.info/*/settings/** // @match http://drrrkari.com/room/ // @match http://www.3751chat.com/ChatRoom* // @match https://pictsense.com/* // @match http://www.himachat.com/ // @match https://discord.com/* // @match https://*.open2ch.net/* // @require https://greasyfork.org/scripts/387509-yaju1919-library/code/yaju1919_library.js?version=755144 // @require https://greasyfork.org/scripts/388005-managed-extensions/code/Managed_Extensions.js?version=720959 // @grant GM.setValue // @grant GM.getValue // @downloadURL https://update.greasyfork.icu/scripts/401927/%E3%82%AB%E3%82%B9%E3%82%BF%E3%83%A0%E3%81%8F%E3%82%93.user.js // @updateURL https://update.greasyfork.icu/scripts/401927/%E3%82%AB%E3%82%B9%E3%82%BF%E3%83%A0%E3%81%8F%E3%82%93.meta.js // ==/UserScript== (function() { 'use strict'; const yaju1919 = yaju1919_library; const addBtn = (h, title, func) => { // ボタンを追加する関数 return $("