diff --git a/hn-collapse.safariextension/Info.plist b/hn-collapse.safariextension/Info.plist index 685aff8..3c78b14 100644 --- a/hn-collapse.safariextension/Info.plist +++ b/hn-collapse.safariextension/Info.plist @@ -11,9 +11,9 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleShortVersionString - 1.0 + 1.0.2 CFBundleVersion - 1 + 2 Chrome Content @@ -37,7 +37,7 @@ Allowed Domains - news.ycombinator.com/item + news.ycombinator.com Level Some diff --git a/hn-collapse.safariextension/collapse.js b/hn-collapse.safariextension/collapse.js index 6b5f06d..6899f57 100644 --- a/hn-collapse.safariextension/collapse.js +++ b/hn-collapse.safariextension/collapse.js @@ -35,7 +35,7 @@ jQuery(function($) { // $("span.collapse").remove(); return; } else if (domaincheck && !hn.test(location.href)) { - alert("This bookmarklet only applies to the comments sections of Hacker News, at http://news.ycombinator.com/"); + // alert("This bookmarklet only applies to the comments sections of Hacker News, at http://news.ycombinator.com/"); return; }