Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 3.45 KB

bookmarklets.md

File metadata and controls

27 lines (17 loc) · 3.45 KB

bookmarklets

Open with UT SSL-VPN Gateway

  • (function(){var _parser_=document.createElement('a');_parser_.href=location.href,location.href='https://gateway.itc.u-tokyo.ac.jp'+_parser_.pathname+',DanaInfo='+_parser_.hostname;})();
  • Open with UT SSL-VPN Gateway

Open with niconico au

  • (function(){if(location.href.indexOf('www.nicovideo.')>=0)location.href=location.href.replace('www.','ausp.');})();
  • Open with niconico au

CHUNITHM更新

  • (function(){var registered=window.confirm('チュウニズムスコアツールへスコアを登録します。ログイン状態でないならキャンセルして下さい(ログインページに遷移します)');if(!registered){location.href="http://www.ginjake.net/score_update/users/login";}else{var script=document.createElement('script');script.src="https://gist.githack.com/cielavenir/713658ee499470b38067/raw/chunithm.js";document.documentElement.appendChild(script);}})();
  • CHUNITHM更新
  • cf: https://gist.github.com/cielavenir/713658ee499470b38067

chuniviewer_rm_BASADV

  • 更新履歴が長くなって30譜面に収まらなくなった時用です
  • (function(){var canPost=function(){return $('.update_diff_score').length<=30;};for(var diff=$('.update_diff_score'),i=diff.length-1;i>=0;i--){var difficulty=diff[i].children[0].children[0].children[0].textContent;if(difficulty=='BAS'||difficulty=='ADV')diff[i].remove();}})();
  • chuniviewer_rm_BASADV