Using Google Translate As Proxy
How to use Google as proxy? Using precisely the Google Translate service. I use the address http://www.google.com/translate_t
After http://www.google.com/translate_t access, enter the URL of the visited website input box into the Translate a Web Page, then select the translation language, language is the language of origin and destination.
Shortcut
For translation of a page, Google has provided a shortcut link bookmarks / favorites when the purpose of accessing a page that will be 'translated' just click on the bookmarks menu. If it is intended to make Google Translate as a proxy, for my case, it is often not successful because the access is done to address that begins translate.google.com. It's edit link on the bookmark and replace with translate.google.com www.google.com.
Another way that you can create a javascript dialog box placed in the bookmarks menu Mozilla Firefox. This menu begins with a Bookmark - Bookmark Manage .. To the list of bookmarks that have been there, click on the section where we will place this bookmark and click the New Bookmark button, the dialog box will appear this :
After http://www.google.com/translate_t access, enter the URL of the visited website input box into the Translate a Web Page, then select the translation language, language is the language of origin and destination.
Shortcut
For translation of a page, Google has provided a shortcut link bookmarks / favorites when the purpose of accessing a page that will be 'translated' just click on the bookmarks menu. If it is intended to make Google Translate as a proxy, for my case, it is often not successful because the access is done to address that begins translate.google.com. It's edit link on the bookmark and replace with translate.google.com www.google.com.
Another way that you can create a javascript dialog box placed in the bookmarks menu Mozilla Firefox. This menu begins with a Bookmark - Bookmark Manage .. To the list of bookmarks that have been there, click on the section where we will place this bookmark and click the New Bookmark button, the dialog box will appear this :
Insert on Name part, such as Google Proxy or Japan to English.
Fill on Location part in the following code bellow:
javascript:void(url=prompt('Enter20URL%20Web%20Page%:%20','http://'));if(url)location.href='http://www.google.com/translate?u='+escape(url)+'&langpair=ja%7Cen&hl=en&ie=UTF8';void%201;
Note : You can change the desired language (red letter)
Tick Load this bookmark in the side bar. And then Click OK, To finish.
When you opening the bookmark in the side bar, will be appear like this :
Fill In the website address that will be accessed, it will display a web page that has been 'translated'.
Access the website through the Google Translate service so we can not actually get the look of the website and without the image, because Google only delivers HTML to change the link. Meanwhile, other resources such as CSS and image access is done directly to the origin of the webserver is not accessible to direct.
Access the website through the Google Translate service so we can not actually get the look of the website and without the image, because Google only delivers HTML to change the link. Meanwhile, other resources such as CSS and image access is done directly to the origin of the webserver is not accessible to direct.
Post a Comment