Twitter system font

7/25/2025, 7:56:33 PM

// ==UserScript==
// @name        Twitter system font
// @namespace   Violentmonkey Scripts
// @match       https://x.com/*
// @grant       none
// @version     1.0
// @author      -
// @description 7/25/2025, 7:56:33 PM
// @license MIT
// ==/UserScript==

const style = document.createElement('style');
style.textContent = `
    .r-37j5jr {
        font-family: 'system-ui' !important;
    }
`;
document.head.appendChild(style);

QingJ © 2025

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