I hereby claim:
- I am beescuit on github.
- I am beescuit (https://keybase.io/beescuit) on keybase.
- I have a public key ASAXrsCiQJz1XCe_yzqlWh8CnBFtVsf_Svc-tSDc9K_dJAo
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| from pwn import * | |
| import binascii | |
| ip = '127.0.0.1' | |
| port = 1337 | |
| exe = context.binary = ELF('contact') | |
I hereby claim:
To claim this, I am signing this object:
| const rp = require('request-promise-native') | |
| // md5decrypt config | |
| const config = { | |
| hash_type: 'md5', | |
| email: '', | |
| code: '' | |
| } | |
| function timeout (ms) { |
| //META{"name":"NoAPNG"}*// | |
| class NoAPNG { | |
| getName () { return 'NoAPNG' } | |
| getDescription () { return 'Stops APNGs from rendering because discord sucks' } | |
| getVersion () { return '0.0.7' } | |
| getAuthor () { return 'Beescuit' } | |
| start () { | |
| window.apngobserver = new window.MutationObserver(mutation => { |
| .wrapper-2lTRaf > a { | |
| width: 35px; | |
| height: 35px; | |
| } | |
| .container-2td-dC { | |
| height: 35px; | |
| margin-bottom: 5px; | |
| position: relative; | |
| width: 35px; |
| // ==UserScript== | |
| // @name Streamcraft full-screen | |
| // @version 0.2.1 | |
| // @description Enable full screen mode in streamcraft! | |
| // @author beescuit | |
| // @match http://streamcraft.com/user/*/room | |
| // @match http://streamcraft.com/user/*/video/* | |
| // @require http://code.jquery.com/jquery-1.12.4.min.js | |
| // @homepage https://twitter.com/beescoitu | |
| // @updateURL https://gist.github.com/beescuit/78423033987236d84e2a392442fb2429/raw/streamcraftfs.user.js |