Google, Baidu, Twitter, Bangumi, 贴吧, 微博...
Google Background by unode
Details
Authorunode
LicenseCC 0
CategoryGoogle|Baidu|Bing|Duckduckgo|Bgm|Bangumi|Raindrop|Twitter|新浪微博|百度贴吧
Created
Updated
Size1.3 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Google Background
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author https://greasyfork.org/zh-CN/users/151428-unode
==/UserStyle== */
@-moz-document regexp("(akwj_google)|https?:\\/\\/.*\\.google\\.com\\/search\\?q=.*(?!&tbm=isch).*"),
regexp("(akwj_百度)|https?:\\/\\/.*\\.baidu\\.com\\/s\\?(.{0,10})?wd=.*"),
regexp("(akwj_search)|https?:\\/\\/.*(bing|duckduckgo|brave|yahoo|naver|yandex|kagi|searx)\\.(com|org|cn)\\/.*"),
regexp("(akwj_other)|(https?:\\/\\/(.*raindrop\\.io.*)|(.*bgm\\.tv.*)|(.*bangumi\\.tv.*)|(.*weibo\\..*)|(.*twitter\\..*)|(.*tieba\\.baidu\\..*))") {
/* 在此插入代码... */
body,
.scroll-IT9j{
height: 100%;
width: 100%;
background-image: url("https://s1.imagehub.cc/images/2022/12/25/06d1359ce869baeaf2d42c6ffa2526d3.png");
background-repeat: no-repeat;
background-position: bottom right;
background-size: 30%;
background-attachment: fixed;
}
/* Google */
.RNNXgb,
.minidiv,
.sfbg,
.yg51vc,
#appbar,
#bg {
--bg: trrasparent;
background: var(--bg);
}
/* Baidu */
.bg,
#head,
.s_frome,
.s_down,
.head_wrapper {
background: var(--bg);
}
}