Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Update click.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zek-c authored Apr 18, 2023
1 parent 62e4e08 commit 608d266
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion click.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// you dont want this you want the bookmarklet. go back pls
// go to bookmarklets, thats whatcha want
if (window.location.href.indexOf("securly") > -1) {
const elementsToRemove = document.querySelectorAll("div.head-top, div.wonderbar");


Expand Down Expand Up @@ -58,3 +59,7 @@ toggleButton.addEventListener("click", function() {
});

coverIframe.contentDocument.body.appendChild(toggleButton);
} else {
alert("you gotta be on securly.com");

}

0 comments on commit 608d266

Please sign in to comment.