V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
CSGO
V2EX  ›  问与答

cloudflare zaraz 的 Custom HTML,为何去不掉 WordPress 底部的“由 WordPress 强力驱动”

  •  
  •   CSGO · Jul 1, 2024 · 688 views
    This topic created in 670 days ago, the information mentioned may be changed or developed.
    我试了很多个 js ,比如:

    <script>
    function modifyLink() {
    // 选中 class 为"powered-by-wordpress"的<p>标签内的<a>标签
    var link = document.querySelector('.powered-by-wordpress a');
    if (link) {
    // 设置新的 href 属性
    link.setAttribute('href', '#');
    // 更改链接文本
    link.textContent = 'Power by Me';
    }
    }
    // 每秒钟执行一次 modifyLink 函数
    setInterval(modifyLink, 1000);
    </script>

    都无法修改它。
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2428 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 31ms · UTC 15:37 · PVG 23:37 · LAX 08:37 · JFK 11:37
    ♥ Do have faith in what you're doing.