Topic: How do I find my missing favorites?

Posted under General

Hello,
I have many favorites on my account. In fact, I might have ALL of the favorites. This has created a problem.
The number of items visible when clicking on "favorites" vs searching for "fav:throwawayd" is different for me.
There are a few thousands images worth of difference.
How best do I go about finding what I am missing between the two searches?
Thanks for the help!

Wow, that's so much art lost :(

Is there anyway to do mass unfavorites? Like everything that matches the search "fav:throwawayd status:deleted score:<100"?

throwawayd said:
Wow, that's so much art lost :(

Is there anyway to do mass unfavorites? Like everything that matches the search "fav:throwawayd status:deleted score:<100"?

You can enter the mode and choose "Unfavorite" from it. That's the quickest possible without some custom scripting.

As a programmer I am duty-bound to spend 30 minutes attempting to automate what I could do in 5 minutes manually.

Edit: console command to unfavorite every post on current page (make sure to set mode to unfavorite first):

$('.post-preview').each(function(_e, _c){setTimeout(function(){_c.children[0].click()}, _e*1000)})

E621 has a speedlimit on favorites it seems, so this command is mostly useless except for the reduced clicking.

Updated

  • 1