1. Go to page with all posts you want to unfavorite
2. Run this script:
elt = jQuery('div#content div#post-list div.content-post div')[6] for(var c in elt.children) { var v = elt.children[c] var s = v.id.replace('p','') console.log(s) Favorite.destroy(s) }
3. ???
4. Profit
Updated by BlackLicorice