I'm currently on www.google.com/folder/folder/archive.php and using window.location to determine that. I actually want to target /archive.php, and nothing else.
Is there something that could achieve that?
window.location.host = "www.google.com"
window.location.pathname = "folder/folder/archive.php"
???? = "/archive.php
www.google.com/folder/folder/archive.php" I doubt that.example.comis reserved for exactly this reason :)