National Library of Norway
Get Manifest
Bookmarklet to open the IIIF Manifest.
Installation
Drag the button below to the favorites bar of your browser in order to install this bookmarklet. Alternatively, you can copy the code below and paste it in the address or URL field of a new bookmark.
Source code
javascript: (function () {
const id = window.location.href.match(/nb.no\/items\/([^/?]*)/)[1];
location = `https://api.nb.no/catalog/v1/iiif/${id}/manifest`;
})();
Open in Allmaps Editor
Bookmarklet to open an item directly in the Allmaps Editor.
Installation
Drag the button below to the favorites bar of your browser in order to install this bookmarklet. Alternatively, you can copy the code below and paste it in the address or URL field of a new bookmark.
Source code
javascript: (function () {
const id = window.location.href.match(/nb.no\/items\/([^/?]*)/)[1];
const manifest = `https://api.nb.no/catalog/v1/iiif/${id}/manifest`;
const editorBase = "https://editor.allmaps.org/#/collection?url=";
location = editorBase + encodeURIComponent(manifest);
})();
Testing
Title | Type |
---|---|
Kart over Hommelviken i 1:3000 | Manifest |
Hydrografisk Kart over det sydlige Norge | Manifest |