public
Description: Makes Pibb/Campfire + Fluid/Firefox one hell of a steez.
Homepage: http://userscripts.org/scripts/show/30798
Clone URL: git://github.com/3n/steezy-pibb.git
steezy-pibb / steezychat.user.js
100644 16 lines (14 sloc) 0.588 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// ==UserScript==
// @name Steezy Chat
// @namespace http://www.iancollins.me
// @description Makes Pibb/Campfire + Fluid/Firefox one hell of a steez
// @author Ian Collins
// @homepage http://www.iancollins.me
// @include *pibb.com*
// @include *campfirenow.com*
// ==/UserScript==
 
// load in actual JS from GitHub
var script_elem = document.createElement('script')
script_elem.src = 'http://github.com/3n/steezy-pibb/raw/master/steezychat.js'
script_elem.type = 'text/javascript'
document.getElementsByTagName('head')[0].appendChild(script_elem)