Skip to content

Instantly share code, notes, and snippets.

@Infinixius
Infinixius / !EdgenuityAuto.MD
Last active June 7, 2023 20:03
Script that automatically skips videos on Edgenuity

EdgenuityAuto

EdgenuityAuto is a simple script that automatically skips videos on Edgenuity, sends notifications when a quiz pops up, and adds a button to automatically look up answers on Brainly during quizzes.

Features

  • Automatically skips videos as soon as possible
  • Allows reanswering a question immediately
    • (normally you have to wait for the audio to end)
  • Adds an "Open Brainly" button to quizzes and unit tests
@Infinixius
Infinixius / unblockdiscord.MD
Last active May 13, 2023 19:25
How to Unblock Discord at School w/ hosts.txt

UPDATE 8/21/2022: Our school apparently made some changes to their filter, and instead of blocking discordapp.com (rendering this whole trick useless), they decided to block updates.discord.com, the domain Discord uses to check for updates. This still allows you to access Discord either via the website, or just by redirecting updates.discord.com too. This guide has been updated to include this. <3

The filter at our school apparently wasn't smart enough to block discordapp.com when blocking discord.com. Since Discord hasn't fully migrated yet, discordapp.com will still fully work. In this tutorial I'm going to show you how to redirect discord.com to discordapp.com using hosts.txt on Windows. (This method only works on Windows. You can likely Google for an alternative on Mac and Linux. You need to be rooted on Android for this to work.)

hosts.txt is a file that redirects IP addresses to other IP addresses.

Step 1