Hypothesis for Evernote

Adds hypothesis to evernote

目前为 2020-12-31 提交的版本。查看 最新版本

// ==UserScript==
// @name            Hypothesis for Evernote
// @namespace   https://www.evernote.com/
// @version          2
// @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==
 
function addJS(jsCode) {
    var s = document.createElement('style');
    s.type = 'text/css';
    s.innerText = jsCode;
    document.getElementsByTagName('head')[0].appendChild(s);
}
var txt = 'body, en-note {background:rgb(255,0,0)!important';
addJS( txt );

QingJ © 2025

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