Skip to content

Instantly share code, notes, and snippets.

@freedomcat
Created April 21, 2012 04:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save freedomcat/2433967 to your computer and use it in GitHub Desktop.
Save freedomcat/2433967 to your computer and use it in GitHub Desktop.
MyScripts用 GoogleDocs検索
#IMPORT ecl.js
function convert(src)
{
var dest=src;
var prefix = "https://docs.google.com/fe/m#MobileMainPlace:ALL_ITEMS_FILTER_SPEC&SORT_FILTER_SPEC:7,desc&FULL_TEXT_FILTER_SPEC:";
return prefix+EscapeUTF8(EscapeUTF8(dest));
}
convert(TEXT);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment