天眼查助手

天眼查移除公司图标、人物图标

// ==UserScript==
// @name        天眼查助手
// @description 天眼查移除公司图标、人物图标
// @match       *://www.tianyancha.com/*
// @version     2.4.0
// @grant       none
// @run-at      document-end
// @license MIT
// @namespace https://gf.qytechs.cn/users/197174
// ==/UserScript==

async function 屏蔽图标() {
  setInterval(() => {
    [...document.querySelectorAll('.left-logo')].map(x=>x.style.display='none')
  }, 100)
}

(async function() {
    'use strict';
    屏蔽图标();
})();

QingJ © 2025

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