Skip to content

Instantly share code, notes, and snippets.

@iandick
Created February 14, 2010 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save iandick/303951 to your computer and use it in GitHub Desktop.
Save iandick/303951 to your computer and use it in GitHub Desktop.
> Custom Quix Commands
> TITLE: cust_uix.txt
> REMARKS: Fork of Merlin Mann's custom list - http://gist.github.com/290059
> GITHUB: http://gist.github.com/303951
> MORE: http://quixapp.com
> UPDATED: 2010-02-07_13-07-54
> Add to Quix as http://gist.github.com/303951.txt
@ian's Custom Quix Commands
@Google actions
cal javascript:var%20s;if(window.getSelection){s=window.getSelection();}else{s=document.selection.createRange().text;}var%20t=prompt('Please%20enter%20a%20description%20for%20the%20event',s);if(t){void(window.open(encodeURI('http://www.google.com/calendar/event?ctext='+t+'&action=TEMPLATE&pprop=HowCreated%3AQUICKADD'),'gcal'));}else{void(s);} Add event to Google Calendar
gma https://mail.google.com/mail/s/#tl/search/%s Search Gmail
gread javascript:var%20b=document.body;var%20GR________bookmarklet_domain='http://www.google.com';if(b&&!document.xmlVersion){void(z=document.createElement('script'));void(z.src='http://www.google.com/reader/ui/link-bookmarklet.js');void(b.appendChild(z));}else{} Note in reader
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
@Web actions
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?
pdf http://pdfmyurl.com?url=%r Create a PDF from this page
zoo javascript:(function(){var%20u='http://zootool.com';var%20d=document;function%20l(){if(!d.body)return%20p();if(!d.getElementById('zt-script')){var%20s=d.createElement('script');s.src=u+'/js/lasso.js?v=1.3';s.id='zt-script';d.body.appendChild(s);}s=setInterval(function(){u=0;try{u=!!(typeof%20ztinit=='function');}catch(i){}if(u){clearInterval(s);ztinit('1.3');}},200);}function%20p(){var%20w=500;var%20h=465;var%20l=(screen.width?(screen.width-w)/2:0);var%20t=(screen.height?(screen.height-h)/4:0);var%20win=window.open(u+'/add/?url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(d.title),'lasso','width='+w+',height='+h+',left='+l+',top='+t+',resizable=yes,scrollbars=yes');(!win)?alert('Please%20deactivate%20your%20Popup-Blocker!'):win.focus();}try{l();}catch(e){p();}})(); Add to zootool
@Twitter actions
tweet http://backtweets.com/search?q=%s Show BackTweets on this URL
twit http://search.twitter.com/search?q=%s Search Twitter for this
ltweet tweetie:%5B%t%5D%28%r%29 Send current page link to Tweetie
bit javascript:var%20e=document.createElement('script');e.setAttribute('language','javascript');e.setAttribute('src','http://bit.ly/bookmarklet/load.js');document.body.appendChild(e);void(0); Make a bit.ly link
@Media Actions
box javascript:var%20b=document.body;if(b&&!document.xmlVersion){void(z=document.createElement('script'));void(z.src='http://www.boxee.tv/bookmarklet');void(b.appendChild(z));}else{} Add video to Boxee
newz http://v3.newzbin.com/search/query/?q=%s&area=-1&fpn=p&searchaction=Go&areadone=-1 Search Newzbin
tpb http://thepiratebay.org/search/%s/0/99/0 Search Pirate Bay
dem http://www.demonoid.com/files/?category=0&subcategory=All&quality=All&seeded=0&external=2&query=%s&uid=0&sort= Search Demonoid
huff 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 It
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment