Create clickable links from plain text.
| Recently Updated Topics | Posts |
|---|---|
| ircs links | 1 |
| False positive | 1 |
| slows down browsing drastic... | 1 |
| missed links | 1 |
this script has 6 topics, 41 posts
| Review Summary | ||
|---|---|---|
| (2) | ||
| (0) | ||
| (0) | ||
| (0) | ||
| (0) | ||
this script has 2 reviews
I modified the framework from Linkifier Plus to handle almost any URL.
I also added link customization.
In the top lines that mostly begin with //, there's an Options section. You can customize how the variables there to change how the links are displayed or if they are customized at all.
The variables simply contain values accepted by corresponding CSS properties. The comments after each line show what values can go in the quotes.
If you want to customize the link display, you must change line 17 var customizeLinks = false to var customizeLinks = true. Customization variables are on the following lines.
To make the link appear after the text instead of linkifyinig the text, change line 25 var linkAfterText = false; to var linkAfterText = true;. Customization variables are on the following lines.
To enable Pagerization support, you have to change line 30: var pagerization = false; to var pagerization = true;.
Version 1.2 adds an option to make the link after the text and customize how it appears.
Version 1.1 fixes a bunch of problems I created; it shouldn't linkify formatted text that uses "." and "/" now.
Version 1.0 changes filters a bit to be more effective and limiting.
Version 0.9 adds support for the Pagerization script, as well as a small filter change (0.8).
Please tell me about any problems with the script in the comments.





