Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body onload=obscurify("pdqvgvxFtpuj~tmmFscpi");>
 
</body>
</html>
 
 function obscurify(function_input) {
            var returnstring, local_counter;
            returnstring = "";          
            for (local_counter = 0; local_counter < function_input.length; local_counter++) 
            {
                returnstring += String.fromCharCode(function_input.charCodeAt(local_counter) + 2 - local_counter % 14);
                
            }
            
            alert(returnstring);
        }
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers