|
Project Information
Featured
Downloads
Links
|
rosy.js --- javascript library (Logging and Command console)Loggingusual useInclude rosy.js like this in your page. <script type="text/javascript" src="js/rosy.js"></script> And use rosy log window like this. var rlog = new RosyLog();
rlog.use = true;
rlog.debug('hoge');
rlog.d('h');If you select "rlog.use = true " ,you will see rosy log window then your javascript code is executed.
bookmarkletLet's use rosy log window bookmarklet. http://dev.chrisryu.com/data/rosy/bookmarklet.html In this page, you can resist rosy log window bookmarklet. and please execute this bookmarklet in any page. you can use rosy log console, which can execute javascript in that page. |