I hereby claim:
- I am zackboe on github.
- I am zackboe (https://keybase.io/zackboe) on keybase.
- I have a public key whose fingerprint is FD4A F6F7 1682 B88F D3D5 577D 08B8 D7AD 8CBB 21C3
To claim this, I am signing this object:
/* I use the Firefox addon Stylish to apply this to _only_ the homepage */ | |
/* I never use the sidebar on the homepage. Bigger tweets are better tweets. Most of the time. | |
This hides your profile card, trends, who to follow, and anything other than the actual feed */ | |
.dashboard { | |
display:none; | |
} | |
#timeline { | |
width:100% !important; |
{ | |
"name": "Steam Early Access - newfixed", | |
"count": 293, | |
"frequency": "Daily", | |
"version": 3, | |
"newdata": true, | |
"lastrunstatus": "partial", | |
"lastsuccess": "Sun Nov 16 2014 08:01:53 GMT+0000 (UTC)", | |
"thisversionrun": "Sun Nov 16 2014 08:01:14 GMT+0000 (UTC)", | |
"thisversionstatus": "partial", |
[{ | |
"provider": { | |
"name": "Counter-Strike: Global Offensive", | |
"appid": 730, | |
"version": 13512, | |
"steamid": "76561198035497894", | |
"timestamp": 1449648667 | |
}, | |
"player": { | |
"steamid": "76561198035497894", |
I hereby claim:
To claim this, I am signing this object:
// Replace | |
//place { control="StatusLabel,BigPictureStatusImage,MobileStatusImage,WebStatusImage,BigPictureStatusImageInGame,MobileStatusImageInGame,WebStatusImageInGame,GameLabel" x=50 y=24 spacing=4 margin-right=8 } | |
place { control="StatusLabel,BigPictureStatusImage,MobileStatusImage,WebStatusImage,BigPictureStatusImageInGame,MobileStatusImageInGame,WebStatusImageInGame,GameLabel" x=50 y=17 spacing=4 margin-right=8 } | |
// Add | |
place { control="GameLabel" x=50 y=29 } |
{ | |
"Version": "12.4.1", | |
"Name": "airlift", | |
"DestinationType": "ImageUploader, TextUploader, FileUploader", | |
"RequestMethod": "POST", | |
"RequestURL": "https://YOUR.HOST/upload/file", | |
"Headers": { | |
"X-Airlift-Filename": "$filename$", | |
"X-Airlift-Password": "YOURPASSWORD" | |
}, |
#!/bin/bash | |
# Get IP Geo & Org info from domain names. | |
# Requires jq, curl, dig, whois | |
lookup=${@: -1} | |
fqdn=`echo $lookup | cut -d'/' -f3 | cut -d':' -f1` | |
domain=$(expr match "$fqdn" '.*\.\(.*\..*\)') | |
doCert=0 | |
doWhois=0 |
.ytd-thumbnail-overlay-resume-playback-renderer[style="width: 100%;"] { | |
position: relative; | |
} | |
.ytd-thumbnail-overlay-resume-playback-renderer[style="width: 100%;"]:after { | |
position: absolute; | |
bottom: 0; | |
box-sizing: border-box; | |
width: 100%; | |
height: 118px; |
if(window.gamesrecapBookmarks) console.error('Already injected!') | |
else { | |
window.gamesrecapBookmarks = true; | |
document.head.insertAdjacentHTML('beforeend', ` | |
<style> | |
.card .bookmark { | |
position: absolute; | |
top: 5px; |