I want to create a bookmark that runs javascript.
It will get part of a URL from a game’s forum that I use and take the user to an edit page for it.
The url for the post could be something like this for example – http://www.roblox.com/Forum/ShowPost.aspx?PostID=78212279
Did you see the PostID bit? I want to get that number and redirect the user to this:
http://www.roblox.com/Forum/EditPost.aspx?PostID=%5BNUMBER GOES HERE]
So I want to get a part of the url and put it in the PostID.
Can anyone help with this?
With Javascript :