[Wallapop] Toggles to hide reserved / non-reserved items on search results (left of Sort-by)

Two native-looking chips to the LEFT of “Ordenar por:”. Selected = green + bold + stronger outline; width locked with fractional measurements to avoid layout shift. Simple display:none filtering.

作者
nooobye
日安装量
0
总安装量
1
评分
0 0 0
版本
2025-08-20
创建于
2025-08-19
更新于
2025-08-19
大小
9.3 KB
许可证
MIT
适用于

Tested with Tampermonkey v5.3.3.

This script places two buttons to the left of the sort by dropdown list. Each button does this:

- `Ocultar reservados` (hide reserved): hides from the results the products that are marked as "Reserved". They could have been purchased or not, and paid or not. The seller can set it too.
- `Ocultar no reservados` (hide not reserved): hides from search results those products that are not marked as "Reserved".

Both can be selected or deselected independently. Both disabled by default (show all results).