Created
July 25, 2023 13:53
-
-
Save og24715/88e1e5aa615140b22da918d491553f51 to your computer and use it in GitHub Desktop.
Twitter のファビコンを鳥に戻すやつ
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Fuck Elon | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author og24715 | |
// @match https://twitter.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitter.com | |
// @grant none | |
// ==/UserScript== | |
document.querySelector('head > link[rel="shortcut icon"]').href = 'https://abs.twimg.com/favicons/twitter.2.ico'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment