Skip to content

Instantly share code, notes, and snippets.

@ThePhxRises
ThePhxRises / keybase.md
Created January 6, 2020 08:56
keybase.md

Keybase proof

I hereby claim:

  • I am thephxrises on github.
  • I am thephxrises (https://keybase.io/thephxrises) on keybase.
  • I have a public key ASBFnJFTIqbPrMFMT91NYfPLfzE_0To0Be_NgPmE8gr6yAo

To claim this, I am signing this object:

@ThePhxRises
ThePhxRises / discordwebhook.html
Last active February 17, 2020 06:07
Sends messages using Discord webhooks. Now supports multiline messages and has a proper submit button.
<html><head>
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/css/materialize.min.css" rel="stylesheet">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>General Use Sender</title>
<style>
textarea{
resize: none;
}
.btn-full-width {