Skip to content

Instantly share code, notes, and snippets.

View brysmi's full-sized avatar

Bryan I. Smith brysmi

  • Bainbridge Island, WA
View GitHub Profile
> Bryan Smith's Custom Quix Commands
> TITLE: brysmi-quix.txt
> REMARKS: Cats do not obey the laws of nature
> GITHUB: http://gist.github.com/482569
> MORE: http://quixapp.com
> UPDATED:
@brysmi
brysmi / google_twunter_lol
Created July 31, 2011 07:56 — forked from jamiew/google_twunter_lol
All the dirty words from Google's "what do you love" project: http://www.wdyl.com/
easterEgg.BadWorder.list={
"4r5e":1,
"5h1t":1,
"5hit":1,
a55:1,
anal:1,
anus:1,
ar5e:1,
arrse:1,
arse:1,
@brysmi
brysmi / pinboard-full.js
Created August 30, 2011 05:23 — forked from BenWard/pinboard-full.js
A smarter bookmarklet for Pinboard.in; wraps selected text in <blockquote> tags, keeps variables out of the global scope, supports filling tags from rel="tag" markup in the page, and titles from hAtom entry titles. (brysmi) I've added meta "description"
javascript: (function() {
// Change `silent` to true to invoke the promptless, self-closing
// version of the bookmarklet.
var silent = false;
var url = location.href;
var title = document.title;
// uncommment to open your pinboard page in chrome
// var re = new RegExp("^chrome://(.*)");
@brysmi
brysmi / touch.css
Created September 21, 2012 22:39 — forked from jlongster/touch.css
Web Audio API demo (iOS 6, Chrome) - The Web is a Platform
html, body {
background-color: black;
width: 100%;
height: 100%;
margin: 0;
}
canvas {
display: block;
margin: 0;
@brysmi
brysmi / cssAz_Dk
Created August 2, 2013 20:43
Amazon CSS (Dark)
#aiv-watchlist #bc-container {
display: none;
}
#aiv-watchlist #left-nav {
display: none;
}
#aiv-watchlist #main {
display: inline;
@brysmi
brysmi / cssYt_Dk
Created August 2, 2013 20:50
Youtube Dark CSS
#body-container {
background-color: #000000;
}
#crx-html5-toolbar {
background-color: #1f1f1f;
border-color: #7a7a7a;
border-style: solid;
border-width: 1px;
}
@brysmi
brysmi / cssGpm_dk
Created August 2, 2013 20:52
Google Play Music/Access Dark CSS theme
#coloredBar {
display: none;
}
#content-container {
height: 100%;
}
#headerBar {
display: none;
@brysmi
brysmi / tumblr-likes-downloader.rb
Created December 31, 2015 21:04 — forked from joshwand/tumblr-likes-downloader.rb
download your liked photos from tumblr
require 'tumblr_client'
require 'mechanize'
require 'date'
require 'yaml'
require 'uri'
Tumblr.configure do |config|
config.consumer_key = "consumer_key"
config.consumer_secret = "consumer_secret"
config.oauth_token = "oath_token"
# WINDOWS
# =======
# This assumes you already have chocolatey installed:
# From cmd.exe:
# @powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin
# From powershell:
# iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
#
# This assumes you have vagrant already installed:
# cinst vagrant