Reply
Thu 4 Feb, 2016 01:29 pm
I'm trying to create a bookmarklet which will change the URL of the current page as follows:
Orginal URL:
http://website.com/games/game-title/lobby/lobbyID/
Edited URL:
http://website.com/external/game-chooser/lobbyID/
In the original URL, "games" and "lobby" will always be exactly "games" and "lobby" but "game-title" and "lobbyID" will vary.
Thanks.