I'm using a script which fav's the tweet in the {{LOOP}} number position (i.e. 3rd loop will fav the 3rd tweet, 5th loop will fav the 5th tweet, etc) and then scrolls the page down to load more tweets.
Is there a way to have it fav the Loop number +1?
for example, the script as it is:
TAG POS={{!LOOP}} TYPE=B ATTR=TXT:Favorite
URL GOTO=javascript:window.scrollBy(0,20000)
what i'd like to do might look like this (which I've tried but doesn't work):
TAG POS={{!LOOP}} TYPE=B ATTR=TXT:Favorite
TAG POS=({{!LOOP}}+1) TYPE=B ATTR=TXT:Favorite
TAG POS=({{!LOOP}}+2) TYPE=B ATTR=TXT:Favorite
TAG POS=({{!LOOP}}+3) TYPE=B ATTR=TXT:Favorite
URL GOTO=javascript:window.scrollBy(0,20000)
The purpose would be for it to Fav a group of tweets before it auto scrolling the page. Something so that I can Fav 100-200 without having to create a large and clumsy script listing each position out. I currently have on that goes all the way to 1000 but it's clunky and fails very often. Any thoughts?
Is there a way to have it fav the Loop number +1?
for example, the script as it is:
TAG POS={{!LOOP}} TYPE=B ATTR=TXT:Favorite
URL GOTO=javascript:window.scrollBy(0,20000)
what i'd like to do might look like this (which I've tried but doesn't work):
TAG POS={{!LOOP}} TYPE=B ATTR=TXT:Favorite
TAG POS=({{!LOOP}}+1) TYPE=B ATTR=TXT:Favorite
TAG POS=({{!LOOP}}+2) TYPE=B ATTR=TXT:Favorite
TAG POS=({{!LOOP}}+3) TYPE=B ATTR=TXT:Favorite
URL GOTO=javascript:window.scrollBy(0,20000)
The purpose would be for it to Fav a group of tweets before it auto scrolling the page. Something so that I can Fav 100-200 without having to create a large and clumsy script listing each position out. I currently have on that goes all the way to 1000 but it's clunky and fails very often. Any thoughts?