Ebi's bookmarklet

[東京大学] OpenAthens経由でアクセス

Installation

via OpenAthens ←Please drag & drop this button to bookmark bar
or copy & paste code below

Description

東京大学の構成員が、学外から電子ジャーナルを閲覧することができます。 該当のページを開いた状態で、このブックマークレットをクリックすると、OpenAthens経由でアクセスできます。

Source code

utokyo_openathens.js
location.href = "https://go.openathens.net/redirector/u-tokyo.ac.jp?url=" + encodeURIComponent(location.href);

Minified source code

javascript:location.href="https://go.openathens.net/redirector/u-tokyo.ac.jp?url="+encodeURIComponent(location.href);
Edit this page