jibe-b / Load annotation tool hypothes.is

// ==UserScript==
// @name        Load annotation tool hypothes.is
// @namespace   annotation
// @include     http*://*.wikipedia.org/*
// @exclude     http*://hypothes.is/*
// @version     1
// @grant       none
// ==/UserScript==

(function(){window.hypothesisConfig=function(){return{showHighlights:true};};var d=document,s=d.createElement('script');s.setAttribute('src','https://hypothes.is/app/embed.js');d.body.appendChild(s)})();