垃圾百度

屏蔽百度

/* ==UserStyle==
@name:en     Anti Baidu
@name        垃圾百度
@namespace   net.xiamp
@description:en Make baidu.com blank
@description 屏蔽百度
@version     1.0.1
@license     unlicense
==/UserStyle== */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.baidu.com") {
	body { display: none; }
}