From 43945084505fab95c9d9b4a9407060309810b77c Mon Sep 17 00:00:00 2001 From: Samuel Hawksby-Robinson Date: Sat, 28 Oct 2017 21:58:16 +0000 Subject: [PATCH 1/2] Fix for bug 138 Resolves #138 branched from #139 --- js/DomManipulator.js | 46 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/js/DomManipulator.js b/js/DomManipulator.js index 8b4033fc..a7879f03 100644 --- a/js/DomManipulator.js +++ b/js/DomManipulator.js @@ -143,6 +143,11 @@ class EtherAddressLookup { var objNodes = document.getElementsByTagName(arrWhitelistedTags[i]); //Loop through the whitelisted content for(var x=0; x Date: Sat, 4 Nov 2017 22:57:46 +0000 Subject: [PATCH 2/2] updated version number to 1.9.1 in manifest --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 815a84ba..dbcf5e82 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.9.0", + "version": "1.9.1", "browser_action": { "default_icon": "images/icon.png",