- Tabbed Main/Settings layout — cleaner separation of controls with active tab remembered across sessions.
- Subtle tab switch animation — fade/slide effect when changing tabs for smoother navigation.
- Captcha flow polish — popup auto-opens on 403 and closes as soon as a 200 response is detected, with a single alert to prevent spam.
- Location: Top-right of the menu header
- Function: Click the sun/moon icon to switch between light and dark themes
- Storage: Preference saved in session storage and persists across page reloads
- Location: Next to "Exclude Countries" label
- Function: Click
▼(collapse) or▶(expand) to toggle country checkboxes visibility - Benefit: Saves screen space when you don't need to change filters
- Storage: Collapse state remembered in session storage
- Location: Top-right minimize button (−)
- Display: Shows count of blocked items, e.g.,
− (5)means 5 items are hidden - Updates: Automatically updates as you filter items
- Helps: Quick glance at how many items match your exclusion rules
- Function: Press
Alt+Vto quickly minimize/expand the menu - Tooltip: Hover over minimize button to see the hint
(Alt+V) - Use case: Fast toggle for when you want full-screen browsing
- Location: New collapsible panel under "Filter Active" toggle
- Features:
- Save Preset: Click "💾 Save" → enter name → current filter is saved
- Load Preset: Select from dropdown and click "Load"
- Delete Preset: Select preset and click "Delete"
- Export: Download all presets as JSON file for backup/sharing
- Import: Upload JSON file to restore presets
- Export: All presets downloaded as
vinted-presets.json - Import: Upload JSON to merge presets (non-destructive)
- Use case:
- Backup your filter configurations
- Share presets with friends
- Quick switching between different filter strategies
- Location: New button in bottom panel (purple)
- Function: Click "📊 Reset Stats" to clear duplicate detection counters
- Does NOT: Clear cache or filter settings
- Useful for: Refreshing the page metrics after applying new filters
- What it does: Detects items from the same seller/location with similar characteristics
- Visual indicator: Pink
🔄badge appears on duplicate items - Counter: New "🔄 Duplicates" stat shows total duplicate count
- Algorithm: Groups items by seller country + location description
- Benefit: Easily spot if the same seller has multiple identical listings
Added new counter display:
- ✅ Shown Items: Items not excluded by your filters
- 📦 Total on Page: All items scanned so far
- 🔄 Duplicates: Total number of duplicate items detected (NEW)
- ⏳ In Queue: Items waiting to be processed
- Stored in:
sessionStorage.vinted_dark_mode - Persists across page refreshes within same session
- Stored in:
sessionStorage.vinted_country_collapsed - Persists across page refreshes within same session
- Stored in:
localStorage.vinted_presets(JSON object) - Persists forever until manually deleted
- Export/Import uses JSON format
- Quick Filters: Save your most-used country combinations as presets (e.g., "Exclude Near", "EU Only")
- Night Browsing: Enable dark mode in the evening to reduce eye strain
- Performance: Collapse country list when browsing to reduce visual clutter
- Backup: Regularly export presets in case you clear browser data
- Duplicates: Use the duplicate badge to identify bulk sellers or resellers
| Shortcut | Action |
|---|---|
Alt+V |
Toggle menu minimize/expand |
- v1.4.2: Tabbed Main/Settings UI, tab animations, captcha auto-open/close polish
- v1.3.0+: Added all above features
- v1.3.0: Original release with basic filtering