Use old Twitter favicon

Reverts the new X icon to the old blue bird icon

// ==UserScript==
// @name         Use old Twitter favicon
// @namespace    http://tampermonkey.net/
// @version      0.2
// @description  Reverts the new X icon to the old blue bird icon
// @author       vipirius
// @match        https://twitter.com/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    document.querySelector('link[rel~="icon"]').href="https://abs.twimg.com/favicons/favicon.ico"
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址