This commit is contained in:
fzzinchemical
2026-01-22 22:01:07 +01:00
parent 9910bd202a
commit 02b00ee108
122 changed files with 51725 additions and 4768 deletions

View File

@@ -1,15 +1,15 @@
{
"translatorID": "4a3820a3-a7bd-44a1-8711-acf7b57d2c37",
"translatorType": 4,
"label": "Web of Science Nextgen",
"creator": "Abe Jellinek",
"target": "^https://(www\\.webofscience\\.com|webofscience\\.clarivate\\.cn)/",
"minVersion": "3.0",
"maxVersion": "",
"maxVersion": null,
"priority": 100,
"inRepository": true,
"translatorType": 4,
"browserSupport": "gcsibv",
"lastUpdated": "2025-08-18 17:12:57"
"lastUpdated": "2026-01-05 17:50:00"
}
/*
@@ -74,7 +74,7 @@ async function getSearchResultsLazy(doc, url) {
let [, qid, sortBy] = url.match(SEARCH_RE);
Z.debug('Export params:');
Z.debug({ qid, sortBy });
let markFrom = parseInt(text(doc, 'app-records-list > app-record .mat-checkbox-label'));
let markFrom = parseInt(text(doc, 'app-records-list > app-record .mdc-label'));
if (isNaN(markFrom)) {
markFrom = 1;
}