CSGO
V2EX  ›  问与答

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

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