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.
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.
- Website: https://getquick.link/
- GitHub: https://github.com/GoogleChromeLabs/quicklink/
- They also have a Chrome extension which is what this code is based on.
- The GitHub repository for the chrome extension used to exist but was deleted or hidden.
- I had to extract the source code from the
crx
file to see how they did it.
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.
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.