Prefetch links when hovered

Speculatively prefetches hovered links to speed up browsing.

Tính đến 22-08-2014. Xem phiên bản mới nhất.

Tác giả
Anon 2
Đánh giá
0 0 0
Phiên bản
0.1.5
Đã tạo
21-08-2014
Đã cập nhật
22-08-2014
Kích thước
2 KB
Giấy phép
Public domain
Áp dụng cho
Tất cả trang web

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).

长期地址
遇到问题?请前往 GitHub 提 Issues。