Skip to content

Instantly share code, notes, and snippets.

/**
* Old School "RT" button hack for #NewTwitter
* @author http://twitter.com/timwhitlock
* @version 1
* @todo deeper integration into twttr.dialogs
*/
(function ( w, d ){
try {
var pc = document.getElementById('page-container');
if( ! pc || ! w.jQuery || ! /twitter\.com$/.test(w.location.host) ){