Prefetch links when hovered

Speculatively prefetches hovered links to speed up browsing.

目前為 2014-08-25 提交的版本,檢視 最新版本

作者
Anon 2
評價
0 0 0
版本
0.1.6
建立日期
2014-08-21
更新日期
2014-08-25
尺寸
2.1 KB
授權條款
CC0 1.0 Universal
腳本執行於
所有網站

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 rather experimental, feedback is welcomed!

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

TODO:

  • Add more and perhaps more sophisticated 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).