You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Locale support (German, Spanish, French, Italian, Portuguese)
More button SVG now also matches Mehr, Mas, Plus, Altro, Mais alongside More
Menu/confirm "Delete" buttons found by position (last menuitem, last dialog button) instead of text — works in any language
Error toast detection broadened to �rror, wrong, ry again, schief, ehler
Faster post deletion
Posts are now deleted in-place on the profile page — no more opening each individual thread
Same scroll-on-delete pattern as replies
Removed _collect_post_urls (30 lines of dead code)
Ghost-post handling
When the page shows posts you used to reply to (but your reply is gone), the tool now detects them and stops immediately instead of scrolling through endless ghost posts
Added _has_other_svgs check: if SVGs exist but none match your user, break early
Other fixes
Install-browser: uses Playwright's bundled Node driver directly (no PATH/python probing)
Login: sets PLAYWRIGHT_BROWSERS_PATH before launch (same fix as BrowserDeleter.start)