diff --git a/js/DomainBlacklist.js b/js/DomainBlacklist.js index dd0ad05c..e1755ef7 100644 --- a/js/DomainBlacklist.js +++ b/js/DomainBlacklist.js @@ -39,6 +39,7 @@ } //Levenshtein - @sogoiii + var strCurrentTab = strCurrentTab.replace(/www\./g,''); var isBlacklisted = arrBlacklistedDomains.includes(strCurrentTab); var source = strCurrentTab.replace(/\./g,''); var intHolisticMetric = levenshtein(source, 'myetherwallet'); diff --git a/manifest.json b/manifest.json index 1a575f5f..39be7468 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "name": "EtherAddressLookup", "short_name": "EtherAddressLookup", "description": "Adds links to strings that look like Ethereum addresses to your favorite blockchain explorer.", - "version": "1.7", + "version": "1.7.1", "browser_action": { "default_icon": "images/icon.png",