subito-it-searcher
subito-it-searcher copied to clipboard
Feature request: Remove sold items
Description
When an item is sold remove from list or the item should not be added to the list (this in the case a new item is already sold).
Advice
Use the class item-sold-badge
for this purpose.
Structure html (simplified)
<div class="...upper-data-group">
<div class="... item-key-data ...">
<h2 class="... size-normal ...">
Blablabla
</h2>
<div class="feature-row ...">
<p class="...price....">
290 €
<span class="... item-sold-badge ...">
Venduto
</span>
</p>
</div>
</div>
</div>