Skip to content

Commit

Permalink
Update kaiwhakatere.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Conal-Tuohy authored Nov 16, 2017
1 parent c18a586 commit a615c87
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions js/kaiwhakatere.user.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
// ==UserScript==
// @name Show image data from Oceania
// @name Kaiwhakatere (Navigator)
// @namespace http://oceania.digital/
// @version 0.1
// @description Looks up images in Oceania, displays associated metadata
// @description Looks up links in Oceania, displays associated metadata
// @author Conal Tuohy (@conal_tuohy)
// @match https://oceania-digital.tumblr.com/*
// @match http://nzetc.victoria.ac.nz/*
// @match https://teara.govt.nz/*
// @match http://www.aucklandmuseum.com/*
// @match http://ketechristchurch.peoplesnetworknz.info/*
// @match https://en.wikipedia.org/*
// @match https://github.com/Conal-Tuohy/oceania/*
// @grant none
// ==/UserScript==

Expand Down Expand Up @@ -132,4 +133,4 @@
httpRequest.setRequestHeader('Accept', 'application/trix+xml');
httpRequest.send(query);
}
})();
})();

0 comments on commit a615c87

Please sign in to comment.