Skip to content

Instantly share code, notes, and snippets.

@berberich
Created March 23, 2010 20:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save berberich/341611 to your computer and use it in GitHub Desktop.
Save berberich/341611 to your computer and use it in GitHub Desktop.
> Jason Berberich's Custom Quix Commands
> REMARKS: Subject to change, obviously.
> GITHUB: http://github.com/berberich/quix-berberich
> MORE: http://quixapp.com
@Jason Berberich's Custom Quix Commands
author javascript:(function(){var url = document.location;var links = document.getElementsByTagName('link');var spans = document.getElementsByClassName('fn');var canonical = 'none';for (var i = 0, l; l = links[i]; i++){if (l.getAttribute('rel') == 'canonical'){canonical = l.getAttribute('href');break;}}var plusid = canonical.replace('https://plus.google.com/','');var name = spans[0].innerText.replace(' ','+');location.href='http://www.google.com/search?tbs=ppl_ids:--'+plusid+'-,ppl_nps:'+name;})(); Google Author Search
down http://downforeveryoneorjustme.com/%d Is this site downforeveryoneorjustme?
eye javascript:void(window.open('http://tineye.com/search?pluginver=bookmark_1.0&url='%20+%20encodeURIComponent(document.URL))); TinyEye: Where's this image from?
typekit javascript:(function(){s=document.createElement('script');s.type='text/javascript';s.src='https://gist.github.com/raw/701397/typekit-colophon.js';document.getElementsByTagName('head').item(0).appendChild(s);void('')})(); Typekit Colophon
gma https://mail.google.com/mail/s/#tl/search/%s Search Gmail
gsub javascript:var%20b=document.body;if(b){void(z=document.createElement('script'));void(z.src='http://www.google.com/reader/ui/subscribe-bookmarklet.js');void(b.appendChild(z));}else{location='http://www.google.com/reader/view/feed/'+encodeURIComponent(location.href)} Subscribe in Google Reader
flix http://www.netflix.com/Search?v1=%s Search Netflix
hd javascript:var%20w=window.open('http://huffduffer.com/add?popup=true&page='+encodeURIComponent(location.href),'huffduff','scrollbars=1,status=0,resizable=1,location=0,toolbar=0,width=360,height=480'); Huffduff
jmp http://j.mp/?v=3&u=%r&s=%s%20%t Shorten with <a href="http://j.mp/">j.mp</a>
kat http://www.kickasstorrents.com/torrents/search/?q=%s Search Kick Ass Torrents
insta javascript:function%20iptxt(){var%20d=document;try{if(!d.body)throw(0);window.location='http://www.instapaper.com/text?u='+encodeURIComponent(d.location.href);}catch(e){alert('Please%20wait%20until%20the%20page%20has%20loaded.');}}iptxt();void(0) Read later on InstaPaper
linkdiff javascript:u=encodeURIComponent(document.location.href);document.location.href='http://linkdifferent.net/diffengine/?url='+u;
md javascript:location.href='http://heckyesmarkdown.com/go/?read=1&preview=0&showframe=1&u='+encodeURIComponent(document.location.href); URL to Markdown via Brett Terpstra awesomeness. More at "Heck Yes Markdown" - http://heckyesmarkdown.com/
mdown javascript:location.href='http://www.aaronsw.com/2002/html2text/?url='+document.location.href; Transform this page at this URL into Markdown
odin javascript:setTimeout('x99.focus()',300);var%20re=/([\/-]|is[bs]n=)(\d{7,9}[\dX])/i;if(re.test(location.href)==true){var%20isbn=RegExp.$2;var%20x99=window.open('http://ufind.odin.nodak.edu'+'/vufind/Search/Home?library=NGF&type=isn&lookfor='+isbn,'LibraryLookup','scrollbars=1,resizable=1,top=0,left=0,location=1,width=800,height=600');x99.focus();} Search ODIN
text javascript:location.href='http://www.aaronsw.com/2002/html2text/?url='+document.location.href; Transform this page into Markdown
twit http://search.twitter.com/search?q=%s Search Twitter for this
word javascript:(function(){var%20s;if(window.getSelection){s=window.getSelection();}else%20if(document.selection){s=document.selection.createRange();}window.open('http://www.wordnik.com/words/'+escape(s));}());
url javascript:(function(){document.body.appendChild(document.createElement('script')).src='http://urli.st/dyn/js/bookmarklet.js?'+Math.random();})(); URLize this URL
@Text tools (by Roberto Mateu)
> [Roberto Mateu's](http://5typos.net/post/259552063/bookmarklets-for-text-manipulation) Markdown and text manipulation tools
ml javascript:(function(s){try{s=document.selection.createRange().text}catch(_){s=document.getSelection()}prompt('Markdown%20Link','['+s+']('+location+')')})();void(0) Copy selected text as Markdown link
mt javascript:(function(s){try{s=document.selection.createRange().text}catch(_){s=document.getSelection()}prompt('Markdown%20Title','['+document.title+']('+location+')')})();void(0) Copy title as Markdown link
mu javascript:(function(s){try{s=document.selection.createRange().text}catch(_){s=document.getSelection()}prompt('Markdown%20URL','('+location+')')})();void(0) URL as markdown link
mc javascript:(function(s){try{s=document.selection.createRange().text}catch(_){s=document.getSelection()}prompt('Markdown%20Copy','['+document.title+']('+location+')\n\n>'+s)})();void(0) Copy selected text as quote with title URL in markdown
tc javascript:(function(s){try{s=document.selection.createRange().text}catch(_){s=document.getSelection()}prompt('',document.title+'\n'+location+'\n'+s)})();void(0) Page title, URL and selection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment