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