Shutup.css

Hide comments from different sites

目前为 2014-05-12 提交的版本。查看 最新版本

// ==UserScript==
// @name           Shutup.css
// @namespace      http://stevenf.com/shutupcss/
// @description    Hide comments from different sites
// @include        http*
// @version 0.0.1.20140512180246
// ==/UserScript==

var link=document.createElement("link");
link.setAttribute("rel","stylesheet");
link.setAttribute("type","text/css");
link.setAttribute("href","http://stevenf.com/pages/shutup/shutup-latest.css");
var head=document.getElementsByTagName("head")[0];
head.appendChild(link);

QingJ © 2025

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