A hack in free website hosting
Recently, i found out a small hack to avoid loading the Javascript & css of free site domains(which are used to display ads/ track sites functionality too by free website domains).
I found in most of the sites that “These Javascript code are embedded at the end of the html file”.
When we edit the html code of our page, this “Javascript codes” will not be visible. The free website server will ad the script when viewing the pages.
What i did was, I just added a html comment “<!--” marker at the end of my code (html/php or anything).
This disabled the any html code including javascript that is added by the server.
This also makes the page load faster, if your page does not contain much javascript/css etc.
I tested its functionality in 110mb.com and t35.com.
