Skip to content

Instantly share code, notes, and snippets.

View happyendermangit's full-sized avatar

Happy enderman happyendermangit

View GitHub Profile
@happyendermangit
happyendermangit / index.js
Last active May 5, 2024 17:23
Nginx cdn mapper generator
const BASE_URL = "http://localhost/Isos";
const result = [];
Array.prototype.map_pattern = function (pattern) {
return this.map(item=>item.match(pattern))
}
Array.prototype.filter_valids = function (pattern) {
return this.filter(item=>item)
@happyendermangit
happyendermangit / index.html
Last active April 22, 2024 15:58
Lootboxes discord build
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
content="width=device-width,initial-scale=1,maximum-scale=3"
name="viewport"
/>
<!-- section:seometa -->
@happyendermangit
happyendermangit / main.css
Created April 7, 2024 19:09
whatsapp new mobile redesign for web (custom css)
/** modify voice message button color **/
button[aria-label="Voice message"] {
background-color: #21C063;
border-radius: 50px;
}
button[aria-label="Voice message"] svg {
width: 20px;
height: 20px;
}
@happyendermangit
happyendermangit / keybase.md
Last active December 30, 2023 19:32
keybase.md

Keybase proof

I hereby claim:

  • I am happyendermangit on github.
  • I am happyenderman (https://keybase.io/happyenderman) on keybase.
  • I have a public key whose fingerprint is 5D4B B3F8 F7D0 79F0 8396 FAEF AB61 F34F AD41 762B

To claim this, I am signing this object:

@happyendermangit
happyendermangit / statusCodes.json
Created July 2, 2023 22:33
Http status codes/ http result codes/ request codes
{
"100": "Continue",
"101": "Switching Protocols",
"102": "Processing (WebDAV; RFC 2518)",
"103": "Early Hints (RFC 8297)",
"200": "OK",
"201": "Created",
"202": "Accepted",
"203": "Non-Authoritative Information (since HTTP/1.1)",
"204": "No Content",
@happyendermangit
happyendermangit / discord_loading_screen_lines.md
Last active December 18, 2023 19:46
Discord loading screen texts

Unknown Date:

Line Data:

index type original_key_name value
1 LINE LOADING_LINE_1 "Discord was almost called Bonfire before we picked our name. It was meant to be nice and cozy."
2 LINE LOADING_LINE_2 "Discord was almost called Wyvern before we picked our name. Not too proud of that one."
4 LINE LOADING_LINE_4 'There are a bunch of hidden "Easter Eggs" in the app that happen when you click certain things...'
5 LINE LOADING_LINE_5 "Discord started as a game company making a mobile game called Fates Forever."