Last active
December 19, 2015 16:39
-
-
Save bageljp/5985394 to your computer and use it in GitHub Desktop.
jsメモ
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 b=document.querySelector('#refreshGraphButton span');setInterval(function(){b.click()},10000)})(); |
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: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); |
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: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