Hypothesis for Evernote

Adds hypothesis to evernote

目前為 2020-12-31 提交的版本,檢視 最新版本

// ==UserScript==
// @name            Hypothesis for Evernote
// @namespace   https://www.evernote.com/
// @version          3
// @author           Blank man
// @description   Adds hypothesis to evernote
// @match           https://evernote.com/*
// @match           https://evernote.com/
// @match           https://evernote.com*
// @match           https://evernote.com
// @match           https://www.evernote.com/*
// @match           https://www.evernote.com/
// @match           https://www.evernote.com*
// @match           https://www.evernote.com
// ==/UserScript==

var head = document.getElementsByTagName('head')[0];
var script = document.createElement('script');
script.type = 'text/javascript';
script.onload = function() {
    callFunctionFromScript();
}
script.src = 'https://hypothes.is/embed.js';
head.appendChild(script);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址