您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Remove soical sharing icons and must not be the same as name
当前为
// ==UserScript== // @name Remove social sharing icons // @homepage https://gf.qytechs.cn/en/scripts/36844-remove-social-sharing-icons // @supportURL https://gf.qytechs.cn/en/scripts/36844-remove-social-sharing-icons/feedback // @description:en Remove soical sharing icons and must not be the same as name // @version 0.1.1 beta // @include * // @exclude *facebook.com* // @exclude *twitter.com* // @exclude *instagram.com* // @exclude *google* // @exclude *mail* // @exclude *office* // @exclude *gov* // @noframes // @grant none // @run-at document-start // @namespace https://gf.qytechs.cn/users/12687 // @description Remove soical sharing icons and must not be the same as name // ==/UserScript== var styleEl = document.createElement('style'); styleEl.type = 'text/css'; styleEl.innerHTML = "\ span[class*=social-icon],\ div[class*=sharing],\ div[class*=share],\ span[class*=sharing],\ span[class*=share],\ a[href*='com/+'],\ a[href*='fb.'],\ div[class*=follow]{display: none !important;}\ "; document.documentElement.appendChild(styleEl); function openpage(){return;}
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址