Steezy Chat

By 3n Last update Dec 16, 2008 — Installed 361 times. Daily Installs: 0, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 4, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 2, 0, 9, 1, 0, 0

There are 19 previous versions of this script.

// ==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)