Possible to redirect?

^^ I like it when people call my name when they are stuck with website ;D I feel so powerful ^^

$(document).ready(function() {
  curl = $(location).attr('href');
  if(curl == 'http://example.com/beta' || curl == 'http://www.example.com/beta' || curl == 'www.example.com/beta') {
    window.location.replace('testflightapp.com/join/looooongString');
  }
});

Should work. If not, please PM me.