Prefetch links when hovered

Speculatively prefetches hovered links to speed up browsing.

Per 21-08-2014. Zie de nieuwste versie.

Maker
Anon 2
Beoordelingen
0 0 0
Versie
0.1.3
Gemaakt op
21-08-2014
Bijgewerkt op
21-08-2014
Grootte
2,05 KB
Licentie
Public domain
Wordt toegepast op
Alle websites

Speeds up browsing by speculatively prefetching links right before they are clicked.
Especially useful when navigating to secure URLs ("https://"), as the rather lengthy TLS handshake is performed in advance.

Although the script tries to avoid prefetching links containing potentially undesirable patterns such as log in/out, (un)subscribe, confirm, cancel, delete etc. it may still unintentionally invoke an action that was not intended. Use at your own risk!

This is still in a very early stage of development. Feedback is welcomed!

Inspired by:
http://www.peterbe.com/plog/aggressively-prefetching-everything-you-might-click

TODO:
Add more filters to the exclusion list.
Remove the hash (#) part of URLs in the "already prefetched" list (no need to re-fetch urls that only differ by the hash part).