Skip to content

Instantly share code, notes, and snippets.

@bjonnh
Last active April 9, 2024 07:49
Show Gist options
  • Save bjonnh/2228b9f6ea9e9b84f82b7a096815da9e to your computer and use it in GitHub Desktop.
Save bjonnh/2228b9f6ea9e9b84f82b7a096815da9e to your computer and use it in GitHub Desktop.
A redirector configuration file that allows to get direct access to PDFs for Wiley's publications. (this will not bypass the paywall)
{
"createdBy": "Redirector v3.5.3",
"createdAt": "2020-07-07T19:44:24.659Z",
"redirects": [
{
"description": "Wiley pdf",
"exampleUrl": "https://onlinelibrary.wiley.com/doi/epdf/10.1002/mrc.4283",
"exampleResult": "https://onlinelibrary.wiley.com/doi/pdfdirect/10.1002/mrc.4283",
"error": null,
"includePattern": "(https://onlinelibrary[\\-\\.]wiley[\\-\\.]com[a-z\\-\\.]*)/doi/epdf/(.*)",
"excludePattern": "",
"patternDesc": "Allows to get a PDF (and NO a EPDF is NOT a PDF Wiley thank you.)",
"redirectUrl": "$1/doi/pdfdirect/$2",
"patternType": "R",
"processMatches": "noProcessing",
"disabled": false,
"grouped": false,
"appliesTo": [
"main_frame"
]
}
]
}
@bjonnh
Copy link
Author

bjonnh commented Jul 7, 2020

You need to use this add-on for your web-browser to use that:
https://github.com/einaregilsson/Redirector

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment