Skip to content

Instantly share code, notes, and snippets.

@bageljp
Last active December 19, 2015 16:39
Show Gist options
  • Select an option

  • Save bageljp/5985394 to your computer and use it in GitHub Desktop.

Select an option

Save bageljp/5985394 to your computer and use it in GitHub Desktop.
jsメモ
javascript:(function(){var b=document.querySelector('#refreshGraphButton span');setInterval(function(){b.click()},10000)})();
javascript:var w=window.open('','_blank','width=800,height=500,scrollbars=yes');var s=document.createElement('script');s.charset='Shift_JIS';s.src='http://tkr.nsf.jp/tagcheck/tagcheck2.js?'+Math.random();document.body.appendChild(s);void(0);
javascript:location.href='http://chart.apis.google.com/chart?chs=200x200&cht=qr&chl='+encodeURIComponent(location.href);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment