Skip to content

Instantly share code, notes, and snippets.

@Hope0417
Created February 13, 2019 16:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hope0417/05257b6798d1720bd740b09537a655ee to your computer and use it in GitHub Desktop.
Save Hope0417/05257b6798d1720bd740b09537a655ee to your computer and use it in GitHub Desktop.
// source https://jsbin.com
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
/* The container <div> - needed to position the dropdown content */
.dropdown {
display: none !important;
}
/* Dropdown Button */
.dropbtn {
display: none !important;
}
.dropdown .dropbtn {
display: none !important;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
}
/* Links inside the dropdown */
.dropdown-content a {
display: none;
}
</style>
</head>
<body>
<script>
if(window.location.href="https://gatewayrealtynp.idxbroker.com/idx/agent/141880/wes-grady") {
window.location.href="https://gatewayrealtynp.idxbroker.com/i/listings";
}
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment