Created
April 21, 2012 04:32
-
-
Save freedomcat/2433967 to your computer and use it in GitHub Desktop.
MyScripts用 GoogleDocs検索
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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