How To Hide Links In Source Code.?

rock30

Regular Member
Joined
Apr 4, 2013
Messages
456
Reaction score
48
I am using google drive links on my website but I want to hide them in source code so other webmasters can't use my google drive link but I don't know how to do it.
 
You may hide the source code with some efforts but again people may find out.
Why don't you force limits via Google Drive Settings ?

What you mean by limits there are only three options private, public and anyone with link
 
You can disable right click on your website or page, its not full proof but it will discourage the lazy people.
 
Use some html to javascript obfuscator + disable right click.
There is a bunch of them online.
 
In addition to above comments

* Go via an URL shortener service
* Go via a PHP file
 
Back
Top