Skip to content

Instantly share code, notes, and snippets.

@AlexandreBroudin
Created February 17, 2015 14:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AlexandreBroudin/713797ca51641f64feef to your computer and use it in GitHub Desktop.
Save AlexandreBroudin/713797ca51641f64feef to your computer and use it in GitHub Desktop.
CSS Stress test Bookmarklet
javascript:(function(){var d=document,s=d.createElement('script'),doit=function(){if(window.stressTest){stressTest.bookmarklet();}else{setTimeout(doit,100);}};s.src='//cdn.rawgit.com/zouhenry/stress-css/master/stressTest.js?_='+Math.random();(d.body||d.getElementsByTagName('head')[0]).appendChild(s);doit();})();
@AlexandreBroudin
Copy link
Author

Based on https://github.com/zouhenry/stress-css , just changed https://raw.githubusercontent.com URL by //cdn.rawgit.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment