updated bookmarklet to use rawgit.com
SEE: https://github.com/blog/1482-heads-up-nosniff-header-support-coming-to-chrome-and-firefox
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -30,7 +30,7 @@ Just drag the following link onto your favorites toobar; when clicking it, a ``_ | ... | @@ -30,7 +30,7 @@ Just drag the following link onto your favorites toobar; when clicking it, a ``_ |
30 | .. raw:: html | 30 | .. raw:: html |
31 | 31 | ||
32 | <div class="bookmarklet"> | 32 | <div class="bookmarklet"> |
33 | <a href="javascript:(function(){void(function(){if(!document.getElementById('CasperUtils')){var%20CasperUtils=document.createElement('script');CasperUtils.id='CasperUtils';CasperUtils.src='https://raw.github.com/n1k0/casperjs/master/modules/clientutils.js';document.documentElement.appendChild(CasperUtils);var%20interval=setInterval(function(){if(typeof%20ClientUtils==='function'){window.__utils__=new%20window.ClientUtils();clearInterval(interval);}},50);}}());})();">CasperJS Utils</a> | 33 | <a href="javascript:(function(){void(function(){if(!document.getElementById('CasperUtils')){var%20CasperUtils=document.createElement('script');CasperUtils.id='CasperUtils';CasperUtils.src='https://rawgit.com/n1k0/casperjs/master/modules/clientutils.js';document.documentElement.appendChild(CasperUtils);var%20interval=setInterval(function(){if(typeof%20ClientUtils==='function'){window.__utils__=new%20window.ClientUtils();clearInterval(interval);}},50);}}());})();">CasperJS Utils</a> |
34 | </div> | 34 | </div> |
35 | 35 | ||
36 | .. note:: | 36 | .. note:: | ... | ... |
-
Please register or sign in to post a comment