Make first section of linkifier more specific

This commit is contained in:
seaweedchan 2013-08-14 00:35:06 -07:00
parent 67636c5b89
commit 780b740b1a
4 changed files with 6 additions and 826 deletions

View File

@ -1,5 +1,5 @@
/*
* 4chan X - Version 1.2.25 - 2013-08-13
* 4chan X - Version 1.2.25 - 2013-08-14
*
* Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5,7 +5,7 @@ Linkify =
@regString =
///(
# http, magnet, ftp, etc
?:[a-z][-\w]+:(
?:(http|https|mailto|git|magnet|ftp|irc|https):(
[a-z\d%/]
)
|