I hereby claim:
- I am andytuba on github.
- I am andytuba (https://keybase.io/andytuba) on keybase.
- I have a public key whose fingerprint is 91A4 86A0 7A99 A10A 58EB 4775 8166 B31E 4198 08B7
To claim this, I am signing this object:
unbind C-b | |
set -g prefix C-w | |
# pane switching | |
bind h select-pane -L | |
bind j select-pane -D | |
bind k select-pane -U | |
bind l select-pane -R | |
# pane creation |
.res-nightmode body, | |
.res-nightmode body .content, | |
.res-nightmode .modal-body, | |
.res-nightmode .side, | |
.res-nightmode .icon-menu a, | |
.res-nightmode .side .leavemoderator, | |
.res-nightmode .side .leavecontributor-button, | |
.res-nightmode .side .titlebox, | |
.res-nightmode .side .spacer .titlebox .redditname, | |
.res-nightmode .side .titlebox .flairtoggle, |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
TBRESutils.getHash => location.hash.split(/[#!|#\?])find(hash => (hash.beginsWith('#!settings') && window.RESutils) || (hash.beginsWith('#?tbettings') && window.TButils)) |
.subButtons:after { | |
content: url(%%KkOs0p54vK4gHnUH%%) " Use Subreddit Style"; | |
vertical-align: middle; | |
position: relative; | |
display: block; | |
top: -38.4px; | |
text-align: left; | |
font-size: 12px; | |
} |
[Reflection.Assembly]::LoadWithPartialName('System.Drawing'); | |
[Reflection.Assembly]::LoadWithPartialName('System.Windows.Forms'); | |
$filename = 'C:\Users\Administrator\Pictures\background-logo-1024.png'; | |
$file = get-item($filename); | |
$img = [System.Drawing.Image]::Fromfile($file); | |
[System.Windows.Forms.Clipboard]::SetImage($img); |
Sometimes changes to reddit HTML break subreddit CSS or browser extension functionality. It would be nice to minimize breaks and to notify mods/developers about breaking changes.
This script prompts you for many usernames and adds them to your your r/friends list.
Usage:
import SimpleHTTPServer | |
import SocketServer | |
import json | |
from datetime import datetime | |
PORT = 8443 | |
class ServerHandler(SimpleHTTPServer.SimpleHTTPRequestHandler): | |
def do_POST(self): |