How to make javascript in edge extension unreadable? #88
timewalker08
started this conversation in
Discussions
Replies: 3 comments 2 replies
-
Hello @timewalker08, thank you for reaching out to us. We will check it with our engineering team & revert. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Siv Souvam,
Thanks for your reply. Looking forward to your help.
Thanks
Best regards
On May 16, 2023, at 18:28, Siv Souvam ***@***.***> wrote:
Hello @timewalker08<https://github.com/timewalker08>, thank you for reaching out to us. We will check it with our engineering team & revert.
—
Reply to this email directly, view it on GitHub<#88 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACMG7WGXDLG5FOS6OVPLT43XGNJERANCNFSM6AAAAAAYCGQ7CY>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello @timewalker08, As per our store policies, obfuscation is not allowed. The code has to be readable/reviewable as per policy. Please find more about the policy here: Microsoft Edge Add-ons store developer policies. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Microsoft edge extension doesn't allow obfuscated javascript code. How you guys protect your javascript code?
Following is what my javascript code looks like:
`
var allGoodsInfo = {};
const refreshGoodsBtn = document.getElementById("btnRefreshGoods");
refreshGoodsBtn.onclick = function (e) {
refreshGoods();
//collectGoods();
};`
But I find some other edge extension javascript code looks like following:
(()=>{ "use strict"; var t, e = { 91942: (t,e,n)=>{ n.d(e, { AFY: ()=>X, Alt: ()=>nt, BgB: ()=>xt, Bzc: ()=>Tt, Cr2: ()=>Vt, Csj: ()=>P, D2c: ()=>Yt, EOg: ()=>ie, EpL: ()=>J, Eye: ()=>Y, FMD: ()=>Lt, Fcr: ()=>Ce, G07: ()=>Zt, GPh: ()=>St, GjQ: ()=>M, H$A: ()=>et, HC1: ()=>C, HcK: ()=>yt, Hpx: ()=>ne, ILo: ()=>H,
How to make javascript code unreadable like above code?
Beta Was this translation helpful? Give feedback.
All reactions