|
Project Information
|
Overviewdegwt is a utility that de-obfuscates GWT generated javascript code. It is a Bookmarklet, meaning you don't need to install any software to get it working. NOTE : This is very much work in progress. The bookmarklet may or may not work. Usage
javascript:(function(){yuiscript=document.createElement('SCRIPT');yuiscript.type='text/javascript';yuiscript.src='http://yui.yahooapis.com/2.8.0r4/build/yuiloader/yuiloader-min.js';document.getElementsByTagName('head')[0].appendChild(yuiscript);degwtscript=document.createElement('SCRIPT');degwtscript.type='text/javascript';degwtscript.src='http://degwt.googlecode.com/svn/trunk/static/js/degwt.js';document.getElementsByTagName('head')[0].appendChild(degwtscript);})();
Use Cases
|