Created
July 7, 2010 10:21
-
-
Save akiraak/466531 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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":"")+'> 公式RT</a>';})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment