Skip to content

Commit

Permalink
Stops window loading wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicMiner256 committed Aug 14, 2023
1 parent 0e45ce5 commit 707e7ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kill.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// go to bookmarklets, thats whatcha want
if (window.location.href.indexOf("securly") > -1) {
document.write("<html><head></head><body></body></html>")
window.stop()


const buttonsToRemove = document.querySelectorAll("button.slick-prev.slick-arrow.slick-disabled, button.slick-next.slick-arrow.slick, button.slick-prev.slick-arrow, button.slick-next.slick-arrow.slick-disabled");
Expand Down

0 comments on commit 707e7ab

Please sign in to comment.