0

Just for curious, I am asking this question. I have gone through this following website and their functionality with Google Maps inspired me.

https://batchgeo.com/map/top-100-twitter-users

So tried to have a look at their javascript code by trying to debug the site with firebug. I could not able to find their javascript where they are rendering the markers and grouping the charts. Now can anyone tell me the ways to hide the javascripts.

ArunRaj
  • 1,780
  • 2
  • 26
  • 48
  • possible duplicate of [How to hide or secure javascript code from client side](http://stackoverflow.com/questions/5167853/how-to-hide-or-secure-javascript-code-from-client-side) – geocodezip Mar 04 '14 at 07:13

2 Answers2

2

Perhaps you missed to check the referenced script files, they are no hidden... here they're:

https://d27ixrd8sdmf11.cloudfront.net/map/json/top-100-twitter-users/1301953778

Sunny Sharma
  • 4,688
  • 5
  • 35
  • 73
2

No you can't hide Javascript files like that, instead they can be Obfuscated. Google maps in there site must have been loaded dynamically. Here check there source tab in dev tools.

Also check this screenshot

enter image description here

Community
  • 1
  • 1
Praveen
  • 55,303
  • 33
  • 133
  • 164