[misc] update bookmarklet

This commit is contained in:
Gaspard Jankowiak 2018-11-14 10:50:20 +01:00
commit d3f3ef3384
2 changed files with 2 additions and 2 deletions

View file

@ -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.