Webcat Search by Library Ajax Ver.

Last update on Sep 2, 2006

shows whether specified library has a book or not on Webcat detail page

スクリプトに登録した図書館に本があるかどうかを表示します。 (Japanese)

bookmarklet:
javascript:(function(){message='',university = {'JAXA':'宇宙航空研究開発機構 本社図書館','千歳科技大':'千歳科学技術大学 大学情報センター','筑大':'筑波大学図書館'};if(location.host.match(/webcat(plus-equal)?\.nii\.ac\.jp/)){for(var key in university){if(document.body.innerHTML.match(key)){message+=university[key]+'\n';}}if(message){alert('この本は\n' + message + 'にあります。');}else{alert('この本は登録されている図書館では見つかりませんでした。');}}else{alert('Webcat(Plus)ではありません');}})();



You could comment on this script if you were logged in.

0 comments Feed-icon