Where can I view the code?
You can view the code at
my GitHub page,
where all the files are located. You can even see if there are any secrets within the files in the form of comments!
Although, you might not want to if you want to keep your sanity.
I'm just saying...
output = output.replace(/-/g,"+"); // LOOK I USED MY FIRST REGEX!!!!
output = output.replace(/_/g,"/"); // "that's cool now shut up lmao"
...perhaps I went a
bit insane doing this O_O
Fun fact: Javascript does not like to work with UTF-8 base64 encoded strings for SOME. ODD. REASON.