CSGO
V2EX  ›  问与答

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

  •  
  •   CSGO · Jul 1, 2024 · 872 views
    This topic created in 740 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   ·   2886 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 07:29 · PVG 15:29 · LAX 00:29 · JFK 03:29
    ♥ Do have faith in what you're doing.