Hi everyone this my first post on BHW and I hope you will all appreciate my effort. So, this is a simple iMacros script that will help you to increase favorite count on your gig. On fiverr there is a bug with favorite counter, when you click on it multiple times in very short time, it increases to multiple times. So decided to create an iMacros script to automate the process and keep on increasing the favorite count. I am not confirmed that it will help to rank your gig or not but I heard somewhere on BH that it helps.
Currently I am running the script and have crossed 350 favorite count.
Steps :
1. Open your Gig while you are logged in.
2. Make Sure it is not favorite already. If it is already just click on it one more time to unfavorite it.
3. Now this iMacros Script.
4. Sit and enjoy seeing your favorite count increasing.
Note: Do not increase the clicks per loop, or else you may get 403 error.
Currently I am running the script and have crossed 350 favorite count.
Steps :
1. Open your Gig while you are logged in.
2. Make Sure it is not favorite already. If it is already just click on it one more time to unfavorite it.
3. Now this iMacros Script.
Code:
TAB T=1
TAG POS=1 TYPE=A ATTR=TXT:Favorite
TAG POS=1 TYPE=A ATTR=TXT:Favorite
TAG POS=1 TYPE=A ATTR=TXT:Favorite
TAG POS=1 TYPE=A ATTR=TXT:Favorite
TAG POS=1 TYPE=A ATTR=TXT:Favorite
TAG POS=1 TYPE=A ATTR=TXT:Favorite
TAG POS=1 TYPE=A ATTR=TXT:Favorite
TAG POS=1 TYPE=A ATTR=TXT:Favorite
TAG POS=1 TYPE=A ATTR=TXT:Favorite
TAG POS=1 TYPE=A ATTR=TXT:Favorite
REFRESH
TAG POS=1 TYPE=A ATTR=TXT:Favorite
WAIT SECONDS=20
4. Sit and enjoy seeing your favorite count increasing.
Note: Do not increase the clicks per loop, or else you may get 403 error.
Last edited: