WmZilla - Webmaster and Marketplace

The Next Generation Webmaster and Trade Forum

Get help with Twitter code in exchange for a fee.

Deu

New member

0

0%

Status

Offline

Posts

30

Likes

0

Rep

0

Bits

160

4

Months of Service

0%
Hello friends, I'm not sure if I posted this in the right place, so please let me know, and I will delete or move it if necessary. Thank you in advance. On Twitter, I am able to automatically favorite tweets using the code below from the Chrome Console. I would like to do the same for retweets, but I have been trying for 2 hours and couldn't find a way to do it. How can I achieve this? AUTO favorite code: setInterval(function(){ var tweet = $("div[data-testid='like']:not(.like_not)").length; if (tweet > 0) { $("div[data-testid='like']").first().click(); } },1000);
 

249

6,622

6,642

Top