java script souce code in js file how can i hide this to click to view souce code pre

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arvindvyas
    New Member
    • Jun 2017
    • 1

    java script souce code in js file how can i hide this to click to view souce code pre

    sir,i have javascript file,this file link in html script for exp.< a href="js\jsmyfu n.js"></a>
    above file could view to press mouse right button please
    sloved this problem.
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    first, don't link your files using hyperlinks.

    second, as soon as anyone uses the browser's dev tools, he has access to all resources that the browser requested (HTML, CSS, JS, XHR, etc.).

    Comment

    Working...