Skip to content

Instantly share code, notes, and snippets.

@zhusee2
Created March 8, 2011 03:03
Show Gist options
  • Save zhusee2/859779 to your computer and use it in GitHub Desktop.
Save zhusee2/859779 to your computer and use it in GitHub Desktop.
(function() {
var loc = location.href.replace(/\/#!.*/,$('a.tweet-timestamp').attr('href').match(/\/#!(.*)/)[1]);
var text = $('div.tweet-text').text();
var id = $('a.tweet-timestamp').attr('href').match(/#!\/(\w+)/)[1]
var final = loc + ' (轉推' + id + '):「' + text + '」';
window.prompt('人工RT轉噗浪', final);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment