I hereby claim:
- I am Seklfreak on github.
- I am seklfreak (https://keybase.io/seklfreak) on keybase.
- I have a public key whose fingerprint is C513 7223 FB34 85A2 82A2 FB10 6E5F 12DD 2110 7C1D
To claim this, I am signing this object:
<?php | |
$KEY = ''; // option key to prevent unauthenticated password, should be transfered as the get parameter "key" | |
$DISCORD_WEBHOOK_URL = ''; // the discord webhook | |
if ($_SERVER['REQUEST_METHOD'] != 'POST') { | |
header('HTTP/1.0 405 Method Not Allowed'); | |
echo "Only POST requests allowed\n"; | |
exit(); | |
} |
#!/usr/bin/env python3 | |
import discord | |
import asyncio | |
import logging | |
import pylast | |
import urllib.request | |
import json | |
import sys |
{ | |
"Name": "Jieqiong 💎", | |
"Print": "Jieqiong", | |
"Aliases": [ | |
"Jieqiong", | |
"Zhou Jieqiong", | |
"Kyulkyung", | |
"周洁琼", | |
"주결경", | |
"결경" |
[ | |
{ | |
"Label": "Primary Bias Roles", | |
"Pool": "bias-roles", | |
"Hidden": true, | |
"Limit": 1, | |
"Roles": [ | |
{ | |
"Name": "Somi 💎", | |
"Print": "Somi", |
I hereby claim:
To claim this, I am signing this object:
// ==UserScript== | |
// @name tistory fixes | |
// @namespace https://slmn.de | |
// @version 1.3 | |
// @description various fixes for tistory blogs | |
// @author Sebastian Winkler | |
// @match http://*.tistory.com/* | |
// @match http://19951218.net/* | |
// @match http://www.wikplayer.com/* | |
// @exclude http://cfile*.uf.tistory.com/* |
javascript: (function () { var jB = document.createElement('script'); jB.setAttribute('type', 'text/javascript'); jB.setAttribute('src', 'https://gist.github.com/Seklfreak/f3deb0f9a5fab3894fe1/raw/e59607b52f4f963b75a140426885a24c074658d0/irccloudlastfm.js'); document.body.appendChild(jB); document.body.appendChild(jB); }()); |