Skip to content

idontwantausernameok/hotlink.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hotlink.js

hotlink.js makes it possible to undetectably hotlink images.

Demo

You can try out the online demo to see hotlink.js in action.

Supported Browsers

  • Google Chrome 12+
  • Safari 5.1+
  • Opera 11.50+

†Firefox 5+ and Internet Explorer 9+ will fall back to a normal image without a hidden referrer.

Getting Started

  1. Download hotlink.js (unminified).
  2. Replace <img src="..."> with <img data-src="..."> for every image that you want to hotlink on your site.
  3. Include <script type="application/ecmascript" async="" src="hotlink.js"></script> right before </body>.

Tracking image

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%