Skip to content

Commit cae4423

Browse files
committed
WoS Nextgen: Update search results page selector
After site UI changes. https://forums.zotero.org/discussion/128788/web-of-science-zotero-connector-not-working
1 parent 9937224 commit cae4423

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Web of Science Nextgen.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"inRepository": true,
1010
"translatorType": 4,
1111
"browserSupport": "gcsibv",
12-
"lastUpdated": "2025-08-18 17:12:57"
12+
"lastUpdated": "2026-01-05 17:45:40"
1313
}
1414

1515
/*
@@ -74,7 +74,7 @@ async function getSearchResultsLazy(doc, url) {
7474
let [, qid, sortBy] = url.match(SEARCH_RE);
7575
Z.debug('Export params:');
7676
Z.debug({ qid, sortBy });
77-
let markFrom = parseInt(text(doc, 'app-records-list > app-record .mat-checkbox-label'));
77+
let markFrom = parseInt(text(doc, 'app-records-list > app-record .mdc-label'));
7878
if (isNaN(markFrom)) {
7979
markFrom = 1;
8080
}

0 commit comments

Comments
 (0)