Skip to content

Lightweight Taobao by sparanoid

Mirrored from https://github.com/sparanoid/usercss/raw/master/taobao.com.user.css

Screenshot of Lightweight Taobao

Details

Authorsparanoid

LicenseAGPL-3.0

Categoryuserstyles, taobao

Created

Updated

Size673 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Taobao search-only homepage

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Lightweight Taobao
@namespace      github.com/sparanoid/usercss
@version        1.0.2
@description    Taobao search-only homepage
@author         Sparanoid (t@sparanoid.com)
==/UserStyle== */

@-moz-document domain("www.taobao.com") {
  body.taobao [data-name="nav"],
  body.taobao [data-name="banner"],
  body.taobao [data-name="superbanner"],
  body.taobao [data-name="fixedtool"],
  body.taobao .decorations-item,
  body.taobao .screen-outer,
  body.taobao .layer,
  body.taobao .tb-footer,
  body.taobao .tbh-qr-wrapper {
    display: none !important;
  }
  
  body, html {
    background: #fff !important;
  }
}

Reviews

No reviews yet.