<head> <meta charset="utf-8"> </head> <body> <script> var a = location.href.split("="); if (a[a.length - 1] == "mywebsite") document.getElementById("al-form").style.display = 'none'; </script> </body>