// ==UserScript== // @name Twitter YAMERO // @namespace acho----- // @version 0.1 // @description Twitterを開いても何も見えなくなります // @author Ll_e_ki // @match https://twitter.com/* // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; // Your code here... document.body.innerHTML = "Twitterやめろ いいですね"; })();