Sun of North America

The Only, The Holy, President Donald J. Trump, the Sun of North America!

目前为 2025-03-11 提交的版本。查看 最新版本

// ==UserScript==
// @name         Sun of North America
// @namespace    http://tampermonkey.net/
// @version      2025-03-11-1
// @description  The Only, The Holy, President Donald J. Trump, the Sun of North America!
// @author       TechCiel
// @license      WTFPL
// @match        https://www.whitehouse.gov/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=whitehouse.gov
// @grant        none
// ==/UserScript==

(()=>{
    let b=document.body;
    b.innerHTML=b.innerHTML.replaceAll(/((?:President )?(?:Donald )?(?:J. )?Trump)/gi,'<span class="sun-of-north-america">$1</span>');
    let s=document.createElement("style");
    s.textContent='span.sun-of-north-america{font-size:1.5em;font-weight:bolder}';
    document.head.appendChild(s);
})()

QingJ © 2025

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