Skip to content

Instantly share code, notes, and snippets.

@popurax
Last active October 26, 2017 09:03
Show Gist options
  • Save popurax/c321de93b0063526a1d7547e67c0b14d to your computer and use it in GitHub Desktop.
Save popurax/c321de93b0063526a1d7547e67c0b14d to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name hypothesis
// @namespace http://www.test.co.jp
// @version 0.1
// @description hypothesis bookmarkret run of all sites.
// @match *
// @copyright 2014+, I
// ==/UserScript==
javascript:(function(){window.hypothesisConfig=function(){return{showHighlights:true,appType:'bookmarklet'};};var d=document,s=d.createElement('script');s.setAttribute('src','https://hypothes.is/embed.js');d.body.appendChild(s)})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment