Hide Taobao Background
Hide Taobao Background by jonylolma
Details
Authorjonylolma
LicenseNo License
Categorytaobao
Created
Updated
Size497 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Hide Taobao Background
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Jony
==/UserStyle== */
@-moz-document domain("taobao.com") {
body,
html {
background: hsl(0 0% 10%);
}
.tb-toolkit {
display: none;
}
}
@-moz-document domain("tmall.com") {
body,
html {
background: hsl(0, 0%, 10%);
}
.tb-toolkit {
display: none;
}
}