From 29485e3b1f28cfb63c5424f273d8c32d47ec1d88 Mon Sep 17 00:00:00 2001 From: smege1001 Date: Fri, 31 Jul 2020 03:48:16 +0100 Subject: [PATCH] oops --- cfemail.user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cfemail.user.js b/cfemail.user.js index 24a6d4690..2dbfe3342 100644 --- a/cfemail.user.js +++ b/cfemail.user.js @@ -43,10 +43,10 @@ for (var linksIndex = 0; linksIndex < links.length; linksIndex++) { var linkChild = link.getElementsByClassName("__cf_email__")[0]; linkChild.innerText = decodedEmail; - link.removeAttribute("data-cfemail"); - link.classList.remove("__cf_email__"); + linkChild.removeAttribute("data-cfemail"); + linkChild.classList.remove("__cf_email__"); - if (link.getAttribute("class") == "") link.removeAttribute("class"); + if (linkChild.getAttribute("class") == "") linkChild.removeAttribute("class"); } } else if (emailprotectionURLNoHashRegex.test(link.href) && link.hasAttribute("data-cfemail")) { var hash = link.getAttribute("data-cfemail");