// ==UserScript== // @name 恐ろしく遅い手刀 // @author 初投稿マン // @version 0.1 // @description ボタンを押すと恐ろしく遅い手刀をしてくれます。 // @match *.x-feeder.info/*/ // @exclude *.x-feeder.info/*/*/* // @grant none // @namespace https://greasyfork.org/users/297030 // @downloadURL none // ==/UserScript== (() => { 'use strict' // ==UserScript== // @name 消える投稿 // @author 初投稿マン // @version 1.0 // @description 入力欄に文字を入れてボタンを押すと一定時間で消える投稿をしてくれます。 // @match *.x-feeder.info/*/ // @exclude *.x-feeder.info/*/*/* // @namespace https://greasyfork.org/users/297030 // @grant none // ==/UserScript== (() => { 'use strict' const func = () => { $("#post_form_single").val(hoge); $("#post_btn").click(); setTimeout(() => { $(".remove_icon").first().click(); window.confirm = () => { return true; }; }, 1000); }; let hoge; $("