Skip to content

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

Hide Taobao Background

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;
    }
}

Reviews

No reviews yet.