Skip to content

Instantly share code, notes, and snippets.

@BacktickIO
BacktickIO / command.js
Last active August 29, 2015 13:57 — forked from mijoharas/README.md
(function(){
cb = function(){ create_spritz();};
var script=document.createElement('SCRIPT');
script.src='https://miserlou.github.io/OpenSpritz/spritz.js?callback=cb?callback=cb';
script.onload=cb;
document.body.appendChild(script);
})();
@BacktickIO
BacktickIO / command.js
Last active December 29, 2015 16:39
Amazon Wish List
(function () {
var w = window,
l = w.location,
d = w.document,
s = d.createElement('script'),
e = encodeURIComponent,
o = 'object',
n = 'AUWLBook',
u = 'https://www.amazon.com/wishlist/add',
r = 'readyState',
@BacktickIO
BacktickIO / command.js
Last active December 27, 2015 19:19 — forked from niccai/command.js
/*
Original by Paul Irish and Modified from
http://www.paulirish.com/2008/how-to-iterate-quickly-when-debugging-css/
*/
(function() {
var i, a, aLength, s;
a = document.getElementsByTagName('link');
aLength = a.length;
for (i=0; i < aLength; i++) {
@BacktickIO
BacktickIO / command.js
Last active December 27, 2015 17:19 — forked from mijoharas/README.md
location.href='http://www.downforeveryoneorjustme.com/' + escape(location.hostname) + ' ' ;
@BacktickIO
BacktickIO / command.js
Last active December 27, 2015 14:59 — forked from willkidger/command.js
location.href='http:/'+'/www.google.com/search?q=site%3a'+document.domain.replace('www.','') + '%20' + prompt('Search for: ');
@BacktickIO
BacktickIO / command.js
Last active December 27, 2015 14:59 — forked from willkidger/command.js
Social Share Count
location.href='http://sharedcount.com/?url='+escape(location.href);
(function () {
var s = document.createElement("script");
s.setAttribute("id", "bitmark_js");
s.setAttribute("type", "text/javascript");
s.setAttribute("src", "//bitly.com/a/bitmarklet.js");
(top.document.body || top.document.getElementsByTagName("head")[0]).appendChild(s);
})();