Skip to content

Taobao image search enabler by crax

Details

Authorcrax

LicenseCC-BY-NC-SA-4.0

Categorytaobao

Created

Updated

Size312 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Taobao hid the image search button, but this style unhides it so you can use it again!

淘宝图片搜索

Notes

This just re-enables the button. This does not get around any restrictions your location may have (eg requiring a login to use image search)

Source code

/* ==UserStyle==
@name           Taobao image search re-enabler
@namespace      taobao.com
@version        1.0.0
@description    Enables the image search button
@author         CraX
==/UserStyle== */

@-moz-document domain("taobao.com") {
.search-imgsearch-panel {
    display: inline !important;
}
}

Reviews

No reviews yet.