Skip to content

Commit

Permalink
Fix Cloaking Script
Browse files Browse the repository at this point in the history
  • Loading branch information
xbubbo committed Sep 14, 2023
1 parent 330f755 commit b0db0b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/scripts/window.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ if (!inFrame && !navigator.userAgent.includes("Firefox")) {

doc.head.appendChild(link);
doc.body.appendChild(iframe)
self.close();
location.replace("https://classroom.google.com")
}
}
}

0 comments on commit b0db0b5

Please sign in to comment.