Decrypt Java Script code, need to change url and am not finding

Asked

Viewed 3,083 times

-3

Is that code encrypted? I took this code from another site, it’s a popup, it pulls the pages of a site, So for me to put the pages with my links I need to figure out where to change, and this way is almost impossible for me, I’m beginner in programming, what can be done Click here to open the java script

  • Post the code directly here, select it and format it by clicking on {}

  • The code is a great friend, exceeding the character limit, I help in the link here. [http://yourjavascript.com/10163136111/popup.js]

  • Show an example, or better, the site where you found this script, so I quickly saw in the code it scans a page, finding tags.

  • @Benilto, that code is minified if I’m not mistaken. I advise you to copy this code and paste it into some site that "converts" it to a normal js file.

  • @user57764 I manage to revert to a normal file; Have you how to make this change? instead of scanning by tag, use the links directly, and for it to scan it needs a reference from where it is picking up, and I did not find tbm, I will post the code ja normal, [http://yourjavascript.com/180361102107/popup.js]

  • I can convert and edit but for the code to work need this minified same before, as I do to leave all the code like this? 7661722049734F6B30383434333539303235 @Leonardocoelho

  • I can convert and edit but for the code to work need this minified same before, as I do to leave all the code like this? 7661722049734F6B30383434333539303235 @user57764

  • @Benilto you can find sites that make this minification like Jscompress for example. Good Luck

  • Encodes this code to leave numeric and equal letter before, as quoted in the comments above, already edited as wanted, now only missing Encode for the code to work, Follows the code: (https://jsfiddle.net/Benilto/1mm2cb57)

Show 4 more comments

1 answer

2

Use Javascript Beautifier, such as: http://jsbeautifier.org/

Copy all the javascript code, paste it into the first jsbeautifier field, and then click "Beautify Javascript or HTML". He’ll reformat the whole code, with identation and everything.

But variables will remain minified.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.