Skip to content

Instantly share code, notes, and snippets.

@og24715
Created July 25, 2023 13:53
Show Gist options
  • Save og24715/88e1e5aa615140b22da918d491553f51 to your computer and use it in GitHub Desktop.
Save og24715/88e1e5aa615140b22da918d491553f51 to your computer and use it in GitHub Desktop.
Twitter のファビコンを鳥に戻すやつ
// ==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