Skip to content

Instantly share code, notes, and snippets.

@akiraak
Created July 7, 2010 10:21
Show Gist options
  • Save akiraak/466531 to your computer and use it in GitHub Desktop.
Save akiraak/466531 to your computer and use it in GitHub Desktop.
javascript:(function(){var f=hs.prefs.isNewRetweet;if(f==0){f=1;alert('公式RTに変更');}else{f=0;alert('非公式RTに変更');}hs.prefs.isNewRetweet=f;$("#streamTabInfo .controls")[0].innerHTML+='<a onclick="if($(\'#hsrt\')[0].checked){hs.prefs.isNewRetweet=1;}else{hs.prefs.isNewRetweet=0};" class="addColumn btn-spl"><input type="checkbox" id="hsrt" '+((hs.prefs.isNewRetweet==1)?"checked":"")+'>&nbsp;公式RT</a>';})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment