// ==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' const func = () => { $("#post_form_single").val("シュッ"); $("#post_btn").click(); setTimeout(()=>{ $(".remove_icon").first().click(); window.confirm = () => { return true; }; },1000); }; $("