Skip to content

Instantly share code, notes, and snippets.

@kimuchi1203
Created September 21, 2012 16:18
Show Gist options
  • Select an option

  • Save kimuchi1203/3762423 to your computer and use it in GitHub Desktop.

Select an option

Save kimuchi1203/3762423 to your computer and use it in GitHub Desktop.
(bookmarklet) hide 'RT by' expression in twitter.com
javascript:(function(){setTimeout(function(e){e=document.getElementsByTagName('span');for(var i=e.length-1;i>=0;--i){if(e[i].getAttribute('class')=='with-icn'){e[i].style.visibility='hidden';e[i].style.position='absolute';}}}, 100);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment