Just drag the link below to your bookmarks bar and click it when in your current game directory. It's just a tiny bit of javascript that looks at the current window location and appends the weltmeister.html to the end. I know it seems kinda pointless, but I made it for myself :P

EDIT: Seems I can't post a link that contains javascript or use <a>'s - Here's the code to make your own bookmarklet

javascript:(function(){
  location.replace('weltmeister.html');
)();