Skip to content

Speed up navigations by prefetching links with Google Chrome Labs' Quicklink script.

License

Notifications You must be signed in to change notification settings

spikespaz-archives/firefox-quicklink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quicklink Firefox Extension

Speed up navigations by prefetching links with Google Chrome Labs' Quicklink script.

Theoretically this source code could also be used as an extension for Chrome if you prefer it as an alternative that is privacy conscious.

What is it?

Quicklink is a small JavaScript file that crawls the current site's viewport for anchors with URLs and prefetches the content of the sites at those locations. It only runs when the browser is idle and when the anchors are within the viewport. It also will not run when the user has a slow connection.

Check out the source code for Quicklink, or the original Chrome extension.

Privacy Policy

The original Chrome extension has Google Analytics enabled by default, however this extension for Firefox has all of that code completely removed and will not track you. Quicklink itself has no tracking and does not make any calls to external sites unless it is prefetching them.

License

As the original repository for the extension is not available, I have taken the liberty of providing derived code in this repository under the Creative Commons Zero v1.0 Universal license.

Quicklink itself is licensed under the Apache License 2.0.