Text To link

把文字链接转换为可点击链接

Verze ze dne 17. 05. 2014. Zobrazit nejnovější verzi.

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
lkytal
Hodnocení
0 0 0
Verze
2.3.9
Vytvořeno
07. 04. 2014
Aktualizováno
17. 05. 2014
Size
3,5 KB
Licence
neuvedeno
Spustit na
všech stránkách

相比于大部分文字链接化的脚步,加入了如下改善:

1. 识别大部分不以http开头的链接

2. 不会把相连的中文错误识别为链接的一部分

3. 支持Autopage, Superpreload等



注意 : 为了提高执行速度, 去除了对邮箱地址和ftp链接的识别



Advances:

1. Support links that does not start with "http"

2. Support Autopage, Superpreload(etc)



Notice: Will NOT handle email address and ftp links in order to speed up execution.



Update Log:

2.3.9 : Switch Source

2.3.7 : Switch jquery source

2.3.6 : Fix

2.3.5 : 恢复对微博的支持

2.3.4 : 修复偶尔不能识别https的问题

2.3.3 : 排除微博

2.3.2 : Bug fix

2.3.1 : Bug fix

2.3.0 : 大幅修改了选择器代码, 性能提升一倍左右

2.2.5 : 排除code标签

2.2.4 : 新增部分域名后缀

2.2.3 : 优化正则表达式

2.2.2 : 修复因为延迟可能错过某些链接的问题

2.2.1 : 修正正则表达式

2.2.0 : 改用CoffeeScript生成

2.1.4 : 修复识别错误

2.1.3 : Little Fix

2.1.2 : 混合分析以提高效率

2.1.1 : 改变延迟参数

2.1.0 : 彻底重写了代码... 应该几乎不会有什么卡顿了

2.0.9 : 降低卡顿

2.0.8 : 修复bug

2.0.7 : 优化正则表达式

2.0.6 : 提高执行效率

2.0.5 : 修复中文识别

2.0.4 : 修复自动翻页

2.0.3 : 优化正则表达式