Skip to content

Instantly share code, notes, and snippets.

View i0Z3R0's full-sized avatar
💬
Discord: ; 0Z3R0#1234

0Z3R0 i0Z3R0

💬
Discord: ; 0Z3R0#1234
  • The Hotchkiss School
  • 11 Interlaken Road, Lakeville, CT 06039
View GitHub Profile
@i0Z3R0
i0Z3R0 / canvasconfetti.js
Last active February 3, 2022 20:42
Canvas Confetti Maker: Make a bookmark with this as the link and click on it on a Canvas assignment page to generate confetti
javascript:(function(){window.location=location.href+'?confetti=true%27})();
@i0Z3R0
i0Z3R0 / gtranslatebypass.js
Last active June 11, 2024 19:16
Bypass blocked websites with this simple one-liner. Add this code as a page bookmark on Chrome (I haven't tested it on other platforms yet. Click on it and enter an address (excluding http/https) and press ok to visit an unblocked version of that website. This works and can let you access almost any blocked website by having Google Translate tra…
javascript:(function(){var destination = prompt("Destination (Don't include http/https: ");window.location='https://translate.google.com/translate?sl=auto&tl=en&u='+'https://'+destination})();