Skip to content

Instantly share code, notes, and snippets.

@cdeckert
Created February 15, 2013 14:44
Show Gist options
  • Save cdeckert/4960790 to your computer and use it in GitHub Desktop.
Save cdeckert/4960790 to your computer and use it in GitHub Desktop.
Drive Search:
javascript: var projectId = window.getElementsByClassName("pageDescription")[0].innerHTML.match(/\d+-\d/g); open("https://drive.google.com/a/parx.com/#search/"+projectId);
New Project Doc:
javascript: var projectId = window.getElementsByClassName("pageDescription")[0].innerHTML; open("https://docs.google.com/a/parx.com/document/create?title="+projectId);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment