Skip to content

Instantly share code, notes, and snippets.

View lindseycholmes's full-sized avatar

lindseycholmes

View GitHub Profile
<div>
<script type="text/javascript" src="http://app.ecwid.com/script.js?" charset="utf-8"></script>
<script type="text/javascript"> xProductBrowser("categoriesPerRow=3","views=grid(3,3) list(10) table(20)","categoryView=grid","searchView=list","style="); </script>
<noscript>Your browser does not support JavaScript. Please proceed to <a href="https://app.ecwid.com/jsp//catalog">HTML version of this store</a></noscript>
</div>
<div class="slider">
<label id="slider-label" class="slider-label isRight"></label>
<input id="slider-input" class="slider-input" type="range" min="0" value="0" max="100">
</div>
@lindseycholmes
lindseycholmes / evernote.js
Created June 2, 2012 00:59 — forked from codewzrd/evernote.js
Evernote bookmarklet
CmdUtils.makeBookmarkletCommand({
name: "Evernote",
description: "Save a note on Evernote.",
icon: "http://www.evernote.com/favicon.ico",
homepage: "http://www.makadia.com",
author: {name: "Svapan Makadia", email: "codewzrd@hotmail.com"},
help: "Select content and invoke this command to save the selection as a note or just save the whole page without selecting anything.",
url: "javascript:(function(){EN_CLIP_HOST='http://www.evernote.com';try{var%20x=document.createElement('SCRIPT');x.type='text/javascript';x.src=EN_CLIP_HOST+'/public/bookmarkClipper.js?'+(new%20Date().getTime()/100000);document.getElementsByTagName('head')[0].appendChild(x);}catch(e){location.href=EN_CLIP_HOST+'/clip.action?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title);}})();"
})