Skip to content

Commit

Permalink
Merge branch 'en-better_blacklisting'
Browse files Browse the repository at this point in the history
* en-better_blacklisting:
  Increased version number
  Removes the www. common subdomain from the hostname.
  • Loading branch information
409H committed Sep 19, 2017
2 parents fb353f8 + 946d689 commit ce27278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions js/DomainBlacklist.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ce27278

Please sign in to comment.