Thursday 3 March 2022

Decrypt The Encrypted JavaScript In Blogger Theme in 2022

Hey and how's going on? A long time back I had written a post on How you can 'Decrypt The Encrypted JavaScript In Blogger Theme' and I got a good response for that.

So I thought of coming with a new method in which you can de-obfuscation and remove the credits in the footer.

This is a 2022 latest method, and I hope it will help you (Let me know in the comments!).

Why The Encrypted JavaScript?

Encrypted JavaScript is used to encrypt some lines of the JavaScript code on the webpage particularly the JavaScript which is used for keeping the credit of the theme (credit gives them a back-link). So if you have purchased the theme then there's no problem. But if you removed the script directly then your theme starts to misbehave (some sections of the theme may not appear, or the page starts redirecting to their website).

So lets start for Decrypting Process.

Decrypting JavaScript

There is a tool called JavaScript Deobfuscator and Unpacker - de4js. This tool has everything  - Eval, Array, Packer and many more which it can Decrypt your JS. Its free and Open Source tool.

For Example, I have entered the JavaScript  and pressed on Array option. Similarly, your JavaScript might need 2 methods - Eval and Array.


If you remove window.location.href = 'http://www.msdesignbd.com' from above code, then it won't redirect to their website.

Paste the whole decrypted JS back in blogger theme and remove the part you that you want to. Also, it is worth to note that Decrypting JS is nearly 5 times less in size! So it will help load your blog faster!

1 comment:

Comment something useful and creative :)