To try the thousands of add-ons available here, download Mozilla Firefox, a fast, free way to surf the Web!
CloseWelcome to Firefox Add-ons.
Choose from thousands of extra features and styles to make Firefox your own.
CloseReview for Linkification by knoa.jp
Rated 4 out of 5 stars
This is a worse sample of mail/url detector by white list.
You can edit "\chrome\linkification\content\linkification\linkification.js".
// var sURLPath = sURLPathChars + '*' + sEndChars;
var sURLPath = '[0-9a-z\\.\\-\\_\\/\\~\\%\\+\\?\\=\\&\\#\\*\\:\\;\\,]+[0-9a-z\\-\\_\\/\\~\\%\\+\\?\\=\\&\\#\\*\\:\\;\\,]';
// var sRegExpEmail = '(' + sUserNamePasswordChars + '+@' + '(?:(?:(?:' + sAllSubDomain + '\\.)+' + sTopLevelDomains + ')|(?:' + sIPAddress + '))(?:' + sGetStringChars + '+' + sEndChars + ')?)';
var sRegExpEmail = '([0-9a-z\\.\\-\\_\\+]+@[0-9a-z\\.\\-]+[a-z])';
test case:
http://knoa.jp/up/linkification.txt
To create your own collections, you must have a Mozilla Add-ons account.