NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name リツイート直後のツイートを表示するやつ / Automatically Click Search Button // @namespace https://openuserjs.org/users/shuuji3 // @version 0.1 // @description Automatically click the search button // @author TAKAHASHI Shuuji // @copyright 2018, shuuji3 (https://openuserjs.org/users/shuuji3) // @match https://retweets.azurewebsites.net/* // @grant none // @license MIT // ==/UserScript== document.querySelector('#ShowButton').click();