Greasy Fork 支持简体中文。

SSL Accelerator

Speculatively performs SSL/TLS handshakes for hovered links to speed up browsing.

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

作者
Anon 2
評價
0 0 0
版本
0.1.0
建立日期
2014-08-22
更新日期
2014-08-22
尺寸
1.6 KB
授權條款
Public domain
腳本執行於
所有網站

Accelerates browsing to secure websites by performing TLS handshakes in advance just before the links are actually clicked.

The TSL handshake is a lengthy, multi-roundtrip process that initiates a secure connection between the client and server. It includes generation of private keys, exchange and authentication of public keys and certificates and negotiation of symmetric keys. The script will try to perform that in advance by sending a HEAD request to the base path of the host when a secure link is hovered. When the link is eventually loaded, the browser will either perform an abbreviated handshake or none at all.

This is still experimental. Feedback is welcomed!

TODO: