Remove social sharing icons

Remove soical sharing icons and must not be the same as name

目前为 2017-12-29 提交的版本。查看 最新版本

// ==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.0.2 alpha
// @match *
// @exclude *facebook.com*
// @exclude *twitter.com*
// @exclude *instagram.com*
// @exclude *google*
// @exclude *mail*
// @exclude *office*
// @exclude *gov*
// @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],\
div[href*='com/+'],\
div[href*='fb.'],\
span[class*=sharing],\
span[class*=share],\
a[href*='com/+'],\
a[href*='fb.'],\
div[class*=follow],\
";
document.documentElement.appendChild(styleEl);

function openpage(){return;}

QingJ © 2025

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