This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Evernote Link Bookmarklet V. 1.0 | |
Rene Huber, 2012 | |
www.prosinus.ch | |
While displaying a note in the Evernote webclient, the bookmarklet extracts a link which can be embedded in other notes. | |
*/ | |
// Load jQuery | |
if (typeof jQuery == 'undefined') { | |
var jQ = document.createElement('script'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<!-- http://taylor.fausak.me/2015/01/27/ios-8-web-apps/ --> | |
<html> | |
<head> | |
<title>iOS 8 web app</title> | |
<!-- CONFIGURATION --> |