diff --git a/jquery.linkify.min.js b/jquery.linkify.min.js
index b9f7b11..9bfb4a9 100644
--- a/jquery.linkify.min.js
+++ b/jquery.linkify.min.js
@@ -1,4 +1 @@
-function linkify(string,buildHashtagUrl,includeW3,target,noFollow){relNoFollow="";if(noFollow)relNoFollow=' rel="nofollow"';string=string.replace(/((http|https|ftp)\:\/\/|\bw{3}\.)[a-z0-9\-\.]+\.[a-z]{2,3}(:[a-z0-9]*)?\/?([a-z\u00C0-\u017F0-9\-\._\?\,\'\/\\\+&%\$#\=~])*/gi,function(captured){var uri;if(captured.toLowerCase().indexOf("www.")==0){if(!includeW3)return captured;uri="http://"+captured}else uri=captured;return'"+captured+""});
-if(buildHashtagUrl)string=string.replace(/\B#(\w+)/g,"#$1");return string}
-(function($){$.fn.linkify=function(opts){return this.each(function(){var $this=$(this);var buildHashtagUrl;var includeW3=true;var target="_self";var noFollow=true;if(opts)if(typeof opts=="function")buildHashtagUrl=opts;else{if(typeof opts.hashtagUrlBuilder=="function")buildHashtagUrl=opts.hashtagUrlBuilder;if(typeof opts.includeW3=="boolean")includeW3=opts.includeW3;if(typeof opts.target=="string")target=opts.target;if(typeof opts.noFollow=="boolean")noFollow=opts.noFollow}$this.html($.map($this.contents(),
-function(n,i){if(n.nodeType==3)return linkify(n.data,buildHashtagUrl,includeW3,target,noFollow);else return n.outerHTML}).join(""))})}})(jQuery);
\ No newline at end of file
+function linkify(t,e,n,o,l){return relNoFollow="",l&&(relNoFollow=' rel="nofollow"'),t=function(){var e;if(-1!==t.toLowerCase().indexOf("www.")){if(!n)return t;e="http://"+t}else e=t;return'"+t+""}(),e&&(t=t.replace(/\B#(\w+)/g,"#$1")),t}!function(t){t.fn.linkify=function(e){return this.each(function(){var n,o,l,r=!0,a="_self",i=!0,f=/((http|https|ftp)\:\/\/|\bw{3}\.)[a-z0-9\-\.]+\.[a-z]{2,3}(:[a-z0-9]*)?\/?([a-z\u00C0-\u017F0-9\-\._\?\,\'\/\\\+&%\$#\=~])*/gi,h=this.innerHTML,u="",c=0;for(e&&("function"==typeof e?n=e:("function"==typeof e.hashtagUrlBuilder&&(n=e.hashtagUrlBuilder),"boolean"==typeof e.includeW3&&(r=e.includeW3),"string"==typeof e.target&&(a=e.target),"boolean"==typeof e.noFollow&&(i=e.noFollow)));null!==(match=f.exec(h));)l=match[0].length,o=linkify(match[0],n,r,a,i),u+=h.substring(c,match.index+l).replace(match[0],o),c=match.index+l;c!==h.length&&(u+=h.substring(c)),t(this).html(u)})}}(jQuery);