您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Greasy Fork is available in English.
建议使用stylus插件加载css,虽然油猴也行
当前为
/* ==UserStyle== @name 百度去广告+Moe背景 @namespace ??? @version 1.0.3 @description 建议使用stylus插件加载css,虽然油猴也行 @author yui ==/UserStyle== */ @-moz-document domain("baidu.com") { .FYB_RD { display: none } body:before { content: ""; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: -100; background-image: url(https://i0.hdslb.com/bfs/album/18bb3416bc1177f2a98dce92dd02596d29a15226.jpg); background-position: center ; background-size: cover; background-attachment: fixed; background-repeat: no-repeat; opacity: .2 } #head{background: rgba(0,0,0,0);} #form{background: rgba(255, 255, 255, .2);} #rs{opacity: .4} .bdsug{background: rgba(255, 255, 255, .8);} }