I am trying to do a Firefox add-on that should simplify web surfing.
But I encountered a problem :
There is a link that isn't keeping the same path by changing the URL (it changes a number at the end of the URL) so every time the program meets this link, it stops.
The Macros of the software I am using looks like this (with a single link) :
ex:
VERSION BUILD=6060801 RECORDER=FX
TAB T=1
URL GOTO=http://www.devppl.com/forum/posting.php?mode=newtopic&f=51
but let's suppose, next time I want to enter posting.php?mode=newtopic&f=51 the URL changes into posting.php?mode=newtopic&f=104
My question is : How can I rewrite the code of the macros so that the software can auto detect the correct URL between many URLs ? Is there a possibility of entering URL GOTO : the range of the URL ?
Thank you in advance !


