Taobao hid the image search button, but this style unhides it so you can use it again!
淘宝图片搜索
Authorcrax
LicenseCC-BY-NC-SA-4.0
Categorytaobao
Created
Updated
Size312 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Taobao hid the image search button, but this style unhides it so you can use it again!
淘宝图片搜索
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)
/* ==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;
}
}