[misc] update bookmarklet
This commit is contained in:
parent
d233cb9fd9
commit
d3f3ef3384
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ becomes
|
|||
|
||||
Once connected, you are redirected to the same page, but this time your are "logged in". If the university has a subscription for this journal, you can download the paper.
|
||||
|
||||
This is relatively easy but a bit tedious, so one can use this <a href='javascript:(function(){var u = String(window.location); var parts = u.split("/"); parts[2] = parts[2].replace(/\./g, "-") + ".uaccess.univie.ac.at"; window.location = parts.join("/");})()'>u:access</a> bookmarklet. Just drag it to your bookmarks bar and click on it when you are on the paper's page. The redirection should happen automatically.
|
||||
This is relatively easy but a bit tedious, so one can use this <a href='javascript:(function(){var u = String(window.location); var parts = u.split("/"); parts[2] = parts[2].replace(/\./g, "-") + ".uaccess.univie.ac.at"; window.location = parts.join("/");})()'>u:access</a> bookmarklet. Just drag it to your bookmarks bar and click on it when you are on the paper's page. The redirection should happen automatically. This should work better than the bookmarklet provided on the u:access [homepage](https://uaccess.univie.ac.at), which does not escape the URL used for the redirection.
|
||||
|
||||
Without u:access, one can still try the [unpaywall](https://unpaywall.org/) database and its Firefox extension.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue