Greasy Fork

Greasy Fork is available in English.

垃圾百度

屏蔽百度

目前为 2020-07-15 提交的版本。查看 最新版本

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

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

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