JackSparrow
Elite Member
- Mar 24, 2007
- 1,526
- 2,142
Hi
Not posted one of my imacros scripts on here for absolute ages. Here is the one that I currently use on Pinterest.
This works on the Chrome version of iMacros as well which is much faster as we all know.
Method:
Log into your account on Pinterest.
Find a Pinterest user with a tonne of followers and then click on their followers link until you see a list of people following them. Tip: Make sure most the user profiles have photos and not loads of white drawing pins with the red background, these are usually used to over inflate their account and are mostly fake.
Then copy and paste the following script into the Chrome version of iMacros
Put the number of loops you want in iMacros then click play and let it roll. Simple code for a simple task.
Not posted one of my imacros scripts on here for absolute ages. Here is the one that I currently use on Pinterest.
This works on the Chrome version of iMacros as well which is much faster as we all know.
Method:
Log into your account on Pinterest.
Find a Pinterest user with a tonne of followers and then click on their followers link until you see a list of people following them. Tip: Make sure most the user profiles have photos and not loads of white drawing pins with the red background, these are usually used to over inflate their account and are mostly fake.
Then copy and paste the following script into the Chrome version of iMacros
Code:
SET !TIMEOUT_PAGE 1
SET !TIMEOUT_STEP 1
SET !ERRORIGNORE YES
TAG POS=1 TYPE=BUTTON ATTR=TXT:Follow
WAIT SECONDS=12
URL GOTO=javascript:window.scrollBy(0,20000)
Put the number of loops you want in iMacros then click play and let it roll. Simple code for a simple task.