Greasy Fork is available in English.

Prefetch links when hovered

Speculatively prefetches hovered links to speed up browsing.

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
Anon 2
일일 설치수
0
총 설치수
9
평점
1 0 0
버전
0.1.6
생성
2014-08-21
갱신
2014-08-25
라이선스
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).