Skip to content

Instantly share code, notes, and snippets.

@peterhost
Created November 27, 2011 16:19
Show Gist options
  • Save peterhost/1397755 to your computer and use it in GitHub Desktop.
Save peterhost/1397755 to your computer and use it in GitHub Desktop.
Peter Host's custom Quix commands
> Peter Host's Custom Quix Commands
> TITLE: quix.txt
> GITHUB: https://raw.github.com/peterhost/quix/master/quix.txt
> MORE: http://quixapp.com
>---------------------
> QUIX
>---------------------
edit http://gist.github.com/gists/1397755/edit Edit my Quix Commands
>---------------------
> JAVASCRIPT
>---------------------
fbd javascript:if(!window.firebug)%7Bwindow.firebug=document.createElement(%22script%22);firebug.setAttribute(%22src%22,%22http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js%22);document.body.appendChild(firebug);(function()%7Bif(window.firebug.version)%7Bfirebug.init()%7Delse%7BsetTimeout(arguments.callee)%7D%7D)();void%20(firebug);if(window.debug&&debug.setCallback)%7B(function()%7Bif(window.firebug&&window.firebug.version)%7Bdebug.setCallback(function(b)%7Bvar%20a=Array.prototype.slice.call(arguments,1);firebug.d.console.cmd%5Bb%5D.apply(window,a)%7D,true)%7Delse%7BsetTimeout(arguments.callee,100)%7D%7D)()%7D%7D; Firebug with embed debug
> Mobile Perfs (Steve Souders)
mbp javascript:(function(){var%22jselem=document.createElement('SCRIPT');jselem.type='text/javascript';jselem.src='http://stevesouders.com/mobileperf/mobileperfbkm.js';document.getElementsByTagName('body')[0].appendChild(jselem);})(); Mobile Perfs (Steve Souders)
>JS beautifier
jb http://jsbeautifier.org JS beautifier home page
>JS minifier
jm http://jscompress.com JS minifier home page
>JS bookmarkleter
jb http://chris.zarate.org/bookmarkleter Bookmarklet maker home page
>URL encode
ue http://urldecode.org URL encode home page
>URL decode
ud http://urlencode.org URL decode home page
>---------------------
> MISC WEB UTILITIES
>---------------------
insta javascript:function%22iprl5(){var%22d=document,z=d.createElement('scr''ipt'),b=d.body,l=d.location;try{if(!b)throw(0);d.title='(Saving...)%22'd.title;z.setAttribute('src',l.protocol'//www.instapaper.com/j/Gp3ZLnavRnFu?u='encodeURIComponent(l.href)'&t='(new%22Date().getTime()));b.appendChild(z);}catch(e){alert('Please%22wait%22until%22the%22page%22has%22loaded.');}}iprl5();void(0); save page to instapaper
>---------------------
> GOOGLE
>---------------------
gis javascript:(function(){var%20c=window.prompt('Search%20google%20for%20Clipart%20Jpeg%20only');if(c){document.location.href='http://www.google.com/search%3Fprmd=imvn%26tbm=isch%26tbs=itp:clipart,ift:png%26as_q='+escape(c)}})(); Search PNG clipart on google
>---------------------
> ACCESSIBILITY
>---------------------
>---------------------
> COPIED FROM ELSEWHERE
>---------------------
pp paparazzi:%r Take a screen capture of the current page in Paparazzi
gma https://mail.google.com/mail/s/#tl/search/%s Search Gmail
mk javascript:location.href='http://www.aaronsw.com/2002/html2text/?url='+document.location.href; Transform this page into Markdown
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
gma https://mail.google.com/mail/s/#tl/search/%s Search Gmail
rss 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
twit http://search.twitter.com/search?q=%s Search Twitter for this
>---------------------
> INTRANET
>---------------------
syngit http://10.20.30.1:7990/projects Intranet Stash Server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment