⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 scramble.htm

📁 全面完整的保护javascript代码不会被偷
💻 HTM
字号:
<html> <head> <title>yCode JavaScript Scramble</title> </head> <script src="checkBrowser.js"> </script> <script src="keywords.js"> </script> <script src="simpleHashtable.js"></script> <script src="scramble.js"> </script> <body> <p><a href="http:\\www.yCode.com" target="_top">yCode Home</a> &nbsp;&nbsp;<a href="advancedScramble.htm">Advanced Scramble<a> </p> <font face="Helvetica"> <p> If you are using JavaScript to create cool web pages, it's impossible to protect your code from being stolen. However, you can make it rather hard for people to change anything in the code, if you make it hard to read by eliminating all formatting and scrambling the variable and function names. </p> <p> yCode Scramble v1.5 will scramble your JavaScript as well as corresponding html code. Simply paste your code inside the edit box below and press the Scramble button (<b>Note: all processing is done on the browser side!</b>). Copy the resulting code back to your application. </p> <p> You can choose a more <a href="advancedScramble.htm"><b>ADVANCED</b></a> version of Scramble. You'd be able to process multiple files as well have more control on scrambling process. </p> <font size="-1"> <b>NOTES:</b> <li>"function" keyword, function name, and arguments should be on the same line; arguments should be comma separated; the function body should be on the new line</li> <li>variables should be declared on a separate line using "var" keyword and should be comma separated</li> <li>program statements should be on separate lines and should be terminated with ";" (since white space is removed)</li> <li>javascript keywords will not be scrambled</li> <li>comments are removed; therefore, if comment characters (<i>/</i><i>/</i> and <i>/</i><i>*</i>) are part of a string, convert them as follows: var&nbsp;myString="<i>/</i><i>/</i>"; becomes var&nbsp;myString="/"&nbsp;+&nbsp;"/"; and href="http:<i>/</i><i>/</i>www.yCode.com" becomes href="http:\\www.yCode.com"</li> <li>only up to 2000 characters can be scrambled in the free demo version</li> <li>Click <a href="scramble_example.htm" target="_blank"><b>here</b></a> to see an example</li> </font> <br><br> <table> <tr> <td colspan=3> <textarea id="sourceTA0" rows="15" cols="60"></textarea> </td> </tr> <tr> <td> <input type="button" name="scramble" value="Scramble" onclick="x944344473940()"> </td> <td> <input type="button" name="select" value="Select" onclick="document.all.sourceTA0.select(); document.all.sourceTA0.focus();"> </td> <td align="right"> <input type="button" name="clear" value="Clear" onclick="document.all.sourceTA0.value=''; document.all.sourceTA0.focus();"> </td> </tr> </table> <p> <b>Note:</b> the source code for this page is <a href="http:\\www.yCode.com/yCode/copyright.html">copyrighted<a>. </p> <p> Please follow the link to <a href="http:\\www.yCode.com\Scramble\buy_scramble_frameset.htm" target="_top"><b>BUY</b><a> the source code for $15 (USD)<br> (Purchase securely through <a href="http:\\www.ibill.com" target="_blank">ibill</a>, our authorized sales agent). </p> </font> <p><a href="http:\\www.yCode.com" target="_top">yCode Home</a> &nbsp;&nbsp;<a href="advancedScramble.htm">Advanced Scramble<a> </p> </body> </html> 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -