No😟. Temporary solution may be preventing a user using inspect element by "disabling right click or hot keys" but you can't stop people from using "Dev Tools".
Did you watch full video ? 📢 I've given 4 different techniques where I've shown @import technique as well. And ⚠ $.getScript("js/yourjsfile.js"); this technique requires "__jQuery__". So, I've given 4th method where you don't need any 3rd party libraries. Having said that nothing is 💯% secure. But any way thank you🙏 for your 💬suggestions. Your feedbacks and opinions (really matters) so I do hope you'll give in future as well.
sure, it's not 100% proof of loopholes - Jobcenter Tycoon, can you share/suggest with us some BETTER ways hide/project browser code? People are interested in this topic.
Thanks, man!
Glad to help!
This video is excellent.
Straight to the point.
Thanks!
You're welcome.
Nice way to protect the source code from attacks where's deployed. Thanks 👍 Nice video
Glad you liked it!
the way you protect the JS is the best,
It's one of the technique but again it's not 💯% secured.
but can I also hide these files from inspect > source ?
No😟. Temporary solution may be preventing a user using inspect element by "disabling right click or hot keys" but you can't stop people from using "Dev Tools".
But what if we want to edit or update those files then do we have to repeat all the steps every time?
yeah!
Nice bro from india....
Thank you! and keep supporting.
Bro i need you help for web design....you give me a source code like....first page image upload and show image next page....pleass
@Lax Mehra Editz I didn't get you. Kya aap 'File Uploading Features' ki baat kar raheho?
Can we hide html code?
I know
@yam darlami you can't hide but you can modify / obfuscate html code.
But I‘m still worried about deobfucating that is not really hard.
It's old techniques. Now you can research other advanced techniques.
Nice video :>
I'm glad you like it
i think its not secure enough, you can still easy to decode that code using free online tools.
It's not 100% 🛡 secure. And nothing is 100% 🛡 secure, there is always some ⚠ loop holes.
tell me sir is this website safe?
Experienced Web Developers, they can figured out any loop holes. So, nothing is 100% secured.
Obfuscate will not help, best is import, For css use = @import 'style.css'; and for JS use = $.getScript("js/yourjsfile.js");
Did you watch full video ?
📢 I've given 4 different techniques where I've shown @import technique as well.
And
⚠ $.getScript("js/yourjsfile.js"); this technique requires "__jQuery__". So, I've given 4th method where you don't need any 3rd party libraries.
Having said that nothing is 💯% secure.
But any way thank you🙏 for your 💬suggestions. Your feedbacks and opinions (really matters) so I do hope you'll give in future as well.
Bro how to hide source code
We can obfuscate | modify | encrypt code but it's not possible to completely hide source code.
Its not 100% secure its -20% secure lol. eval() should be avoided.
Yes! absolutely there is always ➰loopholes. Nothing is 💯% secured, it's just that we can try our best to 🔽minimize ➰loopholes.
sure, it's not 100% proof of loopholes - Jobcenter Tycoon, can you share/suggest with us some BETTER ways hide/project browser code? People are interested in this topic.
@@thinkjon In future, I might create upgrade version of this video.