💾 Archived View for runjimmyrunrunyoufuckerrun.com › rc › gtrans captured on 2022-01-08 at 13:38:42.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

-=-=-=-=-=-=-

#!/bin/rc
if(~ $#* 2){
	from  = $1
	to = $2
}
if not{
	from = auto
	to = en
}
hget 'https://translate.googleapis.com/translate_a/single?client=gtx&sl='^$from^'&tl='^$to^'&dt=t&q='^`{urlencode} | sed 's/[^"]*"([^"]*).*/\1/;q'