Skip to content

Commit

Permalink
IEEE Xplore: Exclude PDFs from detection
Browse files Browse the repository at this point in the history
We can now save the PDF directly and then
rely on the look up for metadata from PDF
within Zotero.

This solves zotero#1249, zotero#1616 and partially zotero#1469.
  • Loading branch information
zuphilip committed Apr 20, 2018
1 parent fcddba0 commit 9e5275d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IEEE Xplore.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"translatorID": "92d4ed84-8d0-4d3c-941f-d4b9124cfbb",
"label": "IEEE Xplore",
"creator": "Simon Kornblith, Michael Berkowitz, Bastian Koenings, and Avram Lyon",
"target": "^https?://([^/]+\\.)?ieeexplore\\.ieee\\.org/([^#]+[&?]arnumber=\\d+|(abstract/)?document/|search/(searchresult|selected)\\.jsp|xpl/(mostRecentIssue|tocresult)\\.jsp\\?)",
"target": "^https?://([^/]+\\.)?ieeexplore\\.ieee\\.org/((abstract/)?document/|search/(searchresult|selected)\\.jsp|xpl/(mostRecentIssue|tocresult)\\.jsp\\?)",
"minVersion": "4.0",
"maxVersion": "",
"priority": 100,
"inRepository": true,
"translatorType": 4,
"browserSupport": "gcsibv",
"lastUpdated": "2017-09-20 20:44:37"
"lastUpdated": "2018-04-20 06:43:19"
}

function detectWeb(doc, url) {
Expand Down

0 comments on commit 9e5275d

Please sign in to comment.