Skip to content

Instantly share code, notes, and snippets.

View byquanton's full-sized avatar

byquanton byquanton

  • localhost
View GitHub Profile
import requests
API_ENDPOINT = 'https://discord.com/api/v10'
CLIENT_ID = 'client_id'
CLIENT_SECRET = 'client_secret'
REDIRECT_URI = 'https://domain.tld'
def exchange_code(code):
data = {
'client_id': CLIENT_ID,
import org.bukkit.DyeColor;
import org.bukkit.Material;
public enum MaterialColor {
WHITE(DyeColor.WHITE),
ORANGE(DyeColor.ORANGE),
MAGENTA(DyeColor.MAGENTA),
LIGHT_BLUE(DyeColor.LIGHT_BLUE),
YELLOW(DyeColor.YELLOW),
LIME(DyeColor.LIME),
document.getElementsByClassName("icon-bbb-group_chat")[0].parentElement.click(); // Chat Should be Opened First
document.getElementsByClassName("icon-bbb-copy")[0].parentElement.click(); // Open Notes
//Get IFrame
var getIFrame = function() {
var interval = setInterval(function() {
check_iframe(interval)
}, 500);
};
function check_iframe(interval) {
$facebook: #3b5998;
$twitter: #1da1f2;
$youtube: #ff0000;
$instagrammagenta: #c32aa3;
$instagramblue: #4c5fd7;
$instagrampurple: #7232bd;
$instagramorange: #f46f30;
$instagramyellow: #ffdc7d;
$googleblue: #4285f4;
$googlered: #ea4335;
@byquanton
byquanton / index.html
Created December 6, 2018 10:04
Funny Pictures
<html>
<head>
<title> © Unsplash | Alle 2 Sekunden gibt es ein Neues Bild </title>
<style>
body {
background-image: url("https://picsum.photos/1280/1024/?random");
background-color: #cccccc;
}
* {
cursor: none;