
Arrow.js is a standalone JavaScript library for displaying an arrow pointing to the download location in your browser, as you seen on Mediafire.com. Currently works well on Chrome 4+, Firefox 3.5+, IE 8+, Edge (Windows 10) and Safari.
How to use it:
Download and include the Arrow.js script on the web page.
<script src="/path/to/arrow.js">
Show a download position indicator.
Arrow.show();
Auto dismiss after 5 seconds.
Arrow.show(5000);







