Skip to content

Instantly share code, notes, and snippets.

@ttscoff
Created February 9, 2011 01:46
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ttscoff/817731 to your computer and use it in GitHub Desktop.
Save ttscoff/817731 to your computer and use it in GitHub Desktop.
Bookmarklets for moving up or skipping to top levels of a domain, in [Quix format](http://quixapp.com/help/syntax/)
> See <http://quixapp.com/help/syntax/> for more info on Quix syntax and usage
up javascript:(function(){window.location=document.location.href.replace(/\/$/,'').split('/').slice(0,-1).join('/')+"/";})(); Move up one level in the sites directory structure
top javascript:(function(){window.location=document.location.protocol+"//"+document.location.host;})(); Jump to top level of the current site
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment