Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 573 Bytes

File metadata and controls

19 lines (12 loc) · 573 Bytes

jslint-github

=============

JSLint Bookmarklet for GitHub

Install

Add this code to your bookmark

javascript:void((function(){var e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','//pedrofuentes.s3.amazonaws.com/js/jslintGithub.js?r='+Math.random()*99999999);document.body.appendChild(e);})());

Copyrigth and license

Copyright (c) 2012 Pedro Fuentes ( http://pedrofuent.es )

Licensed under the MIT license:
http://www.opensource.org/licenses/mit-license.php