Skip to content

Instantly share code, notes, and snippets.

View agoodkind's full-sized avatar
🏳️‍🌈
🍍

Alex Goodkind agoodkind

🏳️‍🌈
🍍
View GitHub Profile
@agoodkind
agoodkind / dynamic billy player code <head>
Last active January 2, 2016 22:39
dynamic billy music player for tumblr html
<meta name="text:songtitle1" content="" />
<meta name="text:songlink1" content="" />
<meta name="text:songtitle2" content="" />
<meta name="text:songlink2" content="" />
<meta name="text:songtitle3" content="" />
<meta name="text:songlink3" content="" />
<meta name="text:songtitle4" content="" />
<meta name="text:songlink4" content="" />
<meta name="text:songtitle5" content="" />
<meta name="text:songlink5" content="" />
@agoodkind
agoodkind / fish.scpt
Created January 29, 2014 21:29
Apple Script for Fish if it is Already installed to your /usr/local/bin directory and you don't want to chsh -s, derived from the original Fish.app script
tell application "System Events"
-- Don't create multiple windows if Terminal is not running
-- For some reason this sometimes throws an error on SnowLeopard
try
set terminal_count to count (processes whose bundle identifier is "com.apple.Terminal")
on error
set terminal_count to 1
end try
if terminal_count is 0 then
tell application "Terminal"
<meta name="text:songtitle1" content="" />
<meta name="text:songlink1" content="" />
<meta name="text:songtitle2" content="" />
<meta name="text:songlink2" content="" />
<meta name="text:songtitle3" content="" />
<meta name="text:songlink3" content="" />
<meta name="text:songtitle4" content="" />
<meta name="text:songlink4" content="" />
<meta name="text:songtitle5" content="" />
<meta name="text:songlink5" content="" />
@agoodkind
agoodkind / Perverb
Last active August 29, 2015 13:57
Perverb 2 column theme
<!--
american theme by jake
i will slice off your genitals if you steal this
-->
<!--Base code by wifisexual edits done by http://rowrz.com!-->
<head>
<meta name="color:Background" content="#eeeeee"/>
<meta name="color:Text" content="#FFFFFF"/>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!----------------------------------------
Hush Theme by Incedo
http://incedothemes.tumblr.com
Please do not remove the credit.
Updated 6/12/13
------------------------------------------>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@agoodkind
agoodkind / Chemos
Last active August 29, 2015 13:57
The theme from chemical themes
<!--
chemos theme designed by andrew, manufactured by alex; http://chemical-themes.tumblr.com
-->
<!--Base code by wifisexual;)!-->
<head>
<meta name="font:posts" content="arial"/>
<meta name="font:posttitle" content="arial"/>
<meta name="color:blogtitle" content=""/>
<meta name="color:Background" content="#eeeeee"/>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript" src="http://static.tumblr.com/4ra4qv5/j02n2t61p/jquerymsnry2.js"></script>
<script type="text/javascript">
$(window).load(function(){
var $wall = $('#posts');
$wall.imagesLoaded(function(){
$wall.masonry({
itemSelector: '#entry, #entry_photo',
isAnimated : false
});
@agoodkind
agoodkind / FCXN
Last active August 29, 2015 13:57
FCXN
<!--
chemos theme designed by andrew, manufactured by alex; http://chemical-themes.tumblr.com
-->
<!--Base code by wifisexual;)!-->
<head>
<meta name="font:posts" content="arial"/>
<meta name="font:posttitle" content="arial"/>
<meta name="font:desc" content="arial"/>
<meta name="color:Background" content="#eeeeee"/>
@agoodkind
agoodkind / austere theme
Created March 24, 2014 19:27
austere theme minimalism
<!--
designed by andrew manufactured by alex http://chemical-themes.tumblr.com/
-->
<head>
<meta name="color:Background" content="#eeeeee"/>
<meta name="color:Text" content="#FFFFFF"/>
<meta name="color:Hover" content="#FFFFFF"/>
<meta name="color:Link" content="#FFFFFF"/>
@agoodkind
agoodkind / adsdrawer
Last active August 29, 2015 13:57
side blogs
<div id="adsdrawer">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- rowrz ads -->
<ins class="adsbygoogle"
style="display:inline-block;width:160px;height:600px"
data-ad-client="ca-pub-8274890393266297"
data-ad-slot="4690869163"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>