干掉云图客服

云图扩展工具

目前為 2023-10-18 提交的版本,檢視 最新版本

// ==UserScript==
// @name         干掉云图客服
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  云图扩展工具
// @author       siji-Xian
// @match        *://yuntu.oceanengine.com/yuntu_ng*
// @icon         https://www.google.com/s2/favicons?domain=oceanengine.com
// @grant        none
// @license      MIT
// @require      https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/jquery/3.2.1/jquery.min.js
// ==/UserScript==

(function () {
  "use strict";

  function appendDoc() {
    const likeComment = document.querySelector(".effect-entry-wrapper");
    if (likeComment) {
      likeComment.style.display = "none";
      return;
    }
    setTimeout(appendDoc, 1000);
  }
  appendDoc();

})();

QingJ © 2025

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