Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am kylegalvin on github.
  • I am kylegalvin (https://keybase.io/kylegalvin) on keybase.
  • I have a public key ASCAyUYQmH4vCSWg47W5MLUnJzsFZKMNfZaCXtUqAM-XjQo

To claim this, I am signing this object:

// ==UserScript==
// @name Grooveshark Styling
// @namespace http://your.homepage/
// @version 0.1
// @description enter something useful
// @author You
// @match *grooveshark.com*
// @grant none
// include *grooveshark.com*
// @require http://code.jquery.com/jquery-latest.js
@KyleGalvin
KyleGalvin / Hackaday Styling
Last active August 29, 2015 14:18
Hackaday Styling
// ==UserScript==
// @name Hackaday Styling
// @namespace http://your.homepage/
// @version 0.1
// @description enter something useful
// @author You
// @match http://*.hackaday.com/*
// @grant none
// include http://*.hackaday.com/*
// @require http://code.jquery.com/jquery-latest.js
// ==UserScript==
// @name PCWorld Styling
// @namespace http://your.homepage/
// @version 0.1
// @description enter something useful
// @author You
// @match http://www.pcworld.com/*
// @grant none
// include http://www.pcworld.com/*
// @require http://code.jquery.com/jquery-latest.js
// ==UserScript==
// @name Slashdot Styling
// @namespace http://your.homepage/
// @version 0.1
// @description enter something useful
// @author You
// @match http://*.slashdot.org/*
// @grant none
// include http://*.slashdot.org/*
// ==/UserScript==