From 01578866bac233cfe7525af2b302b7c68e5d6de8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adomas=20Ven=C4=8Dkauskas?= Date: Wed, 19 Jun 2024 10:39:32 +0300 Subject: [PATCH 1/2] IEEE Xplore: Remove detect web check for top-frame This was added in 2012 (2534bcdb) for Z4FX and is no longer relevant in any place where we run translation --- IEEE Xplore.js | 1 - 1 file changed, 1 deletion(-) diff --git a/IEEE Xplore.js b/IEEE Xplore.js index d258e8ea44..91eaa73a79 100644 --- a/IEEE Xplore.js +++ b/IEEE Xplore.js @@ -37,7 +37,6 @@ function detectWeb(doc, url) { Zotero.monitorDOMChanges(doc.querySelector('.global-content-wrapper')); - if (doc.defaultView !== null && doc.defaultView !== doc.defaultView.top) return false; if (/[?&]arnumber=(\d+)/i.test(url) || /\/document\/\d+/i.test(url)) { var firstBreadcrumb = ZU.xpathText(doc, '(//div[contains(@class, "breadcrumbs")]//a)[1]'); From c9e7065a32e542a028f4895e5ced6f1293c27268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adomas=20Ven=C4=8Dkauskas?= Date: Wed, 19 Jun 2024 10:53:55 +0300 Subject: [PATCH 2/2] IEEE Xplore: Bump lastUpdated --- IEEE Xplore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IEEE Xplore.js b/IEEE Xplore.js index 91eaa73a79..be3e6b2c2f 100644 --- a/IEEE Xplore.js +++ b/IEEE Xplore.js @@ -9,7 +9,7 @@ "inRepository": true, "translatorType": 4, "browserSupport": "gcsibv", - "lastUpdated": "2023-09-24 03:17:24" + "lastUpdated": "2024-06-19 07:53:06" } /*