Twitter UnFavorite Script

Using console;
Paste the code in your favourites page and watch :)

$(document).ready(function () { var mintikfavoribirakma2014 = $("div.StreamItem.js-stream-item").length;
var mintikfavorikodu = 0;
var favorilerim = setInterval(function () {
if (mintikfavorikodu > mintikfavoribirakma2014) {
clearInterval(favorilerim);
return
}
$("div.StreamItem.js-stream-item").eq(mintikfavorikodu).find('button.ProfileTweet-actionButtonUndo.u-linkClean.js-actionButton.js-actionFavorite.js-tooltip').trigger("click");
mintikfavorikodu++;


}, 250);
});
 
Just use the current favorite imacros script, change the url to your "favorites" and let it unfavorite itself.
 
Just use the current favorite imacros script, change the url to your "favorites" and let it unfavorite itself.

Trying this now and it looks for the text "favorite" when all they have it the orange star?
 
None of these scripts work. Does anyone know one?
 
Hi have the same problem, I need to clean my 25k favorites fast.
 
Anybody got a solution for this? Free or paid.
 
Back
Top