My computer's processor is too old to run Firefox's built-in website translation. I asked an AI to write a bookmarklet to do the job and it
works fine.
....
Yeah, it's Google, but whatyagonnado?
Google Translate - Wikipedia
<https://en.wikipedia.org/wiki/Google_Translate>
My computer's processor is too old to run Firefox's built-in website translation. I asked an AI to write a bookmarklet to do the job and it
works fine.
Code for bookmarklet is:
javascript:window.open('https://translate.google.com/translate?sl=auto&tl=en&u='
+ encodeURIComponent(location.href));
Yeah, it's Google, but whatyagonnado?
On 1/27/2026 11:19 PM, John C. wrote:
My computer's processor is too old to run Firefox's built-in website
translation. I asked an AI to write a bookmarklet to do the job and it
works fine.
....
Yeah, it's Google, but whatyagonnado?
Google Translate has been around for many years.
Google Translate - Wikipedia
<https://en.wikipedia.org/wiki/Google_Translate>
Of course I know that. What hasn't been around for years is Copilot's
code for the bookmarklet which I provided.
Man-wai Chang wrote:
John C. wrote:
My computer's processor is too old to run Firefox's built-in website
translation. I asked an AI to write a bookmarklet to do the job and
it works fine.
....
Yeah, it's Google, but whatyagonnado?
Google Translate has been around for many years.
Google Translate - Wikipedia
<https://en.wikipedia.org/wiki/Google_Translate>
Of course I know that. What hasn't been around for years is Copilot's
code for the bookmarklet which I provided.
On 26/01/27 07:49 AM, Mr. Man-wai Chang wrote:
On 1/27/2026 11:19 PM, John C. wrote:
My computer's processor is too old to run Firefox's built-in website
translation. I asked an AI to write a bookmarklet to do the job and it
works fine.
....
Yeah, it's Google, but whatyagonnado?
Google Translate has been around for many years.
Google Translate - Wikipedia
<https://en.wikipedia.org/wiki/Google_Translate>
Of course I know that. What hasn't been around for years is Copilot's
code for the bookmarklet which I provided.
My computer's processor is too old to run Firefox's built-in website translation. I asked an AI to write a bookmarklet to do the job and it
works fine.
Code for bookmarklet is:
javascript:window.open('https://translate.google.com/translate?sl=auto&tl=en&u='
+ encodeURIComponent(location.href));
Yeah, it's Google, but whatyagonnado?
John C. wrote:
My computer's processor is too old to run Firefox's built-in website
translation. I asked an AI to write a bookmarklet to do the job and it
works fine.
Code for bookmarklet is:
javascript:window.open('https://translate.google.com/translate?sl=auto&tl=en&u=' + encodeURIComponent(location.href));
Yeah, it's Google, but whatyagonnado?
There are addons to do it. I use "TWP - Translate Web Pages". Can use several translation services.
"Carlos E.R." <robin_listas@es.invalid> wrote:
John C. wrote:
My computer's processor is too old to run Firefox's built-in website
translation. I asked an AI to write a bookmarklet to do the job and it
works fine.
Code for bookmarklet is:
javascript:window.open('https://translate.google.com/translate?sl=auto&tl=en&u=' + encodeURIComponent(location.href));
Yeah, it's Google, but whatyagonnado?
There are addons to do it. I use "TWP - Translate Web Pages". Can use
several translation services.
https://addons.mozilla.org/en-US/firefox/addon/traduzir-paginas-web/
No mention of DeepL despite there is a free service tier. Just Google,
Bing or Yandex.
John C. wrote:
Of course I know that. What hasn't been around for years is Copilot's
code for the bookmarklet which I provided.
And Copilot may not have the decades old data collected by Google Search
and other services! :)
"John C." <r9jmg0@yahoo.com> wrote:
Man-wai Chang wrote:
John C. wrote:
My computer's processor is too old to run Firefox's built-in website
translation. I asked an AI to write a bookmarklet to do the job and
it works fine.
....
Yeah, it's Google, but whatyagonnado?
Google Translate has been around for many years.
Google Translate - Wikipedia
<https://en.wikipedia.org/wiki/Google_Translate>
Of course I know that. What hasn't been around for years is Copilot's
code for the bookmarklet which I provided.
Bookmarklets have been around ever since Javascript and bookmarks were supported in web browsers, so maybe around 30 years, or more. For
example, for websites that disable right-clicking on the web doc which
is blocked by using Javascript, you can define a bookmarklet that tries
to reenable right-clicking.
The biggest hurdle for non-Javascript programmer types, which is the
vast majority of users, is finding mention of the Javascript code to
specify as a bookmarklet. Copilot might help, but remember AI is not
always correct, so you have to verify what it claims, like test hundreds
of websites with the bookmarklet to verify a claim the bookmarklet
works. Another problem with AI generated results is they rarely cite
the sources, and instead pretend they divined the answer. If the AI
used ancient sources, the information it purports as its own could be
out of date, no longer valid, or wrong today.
In a search, and ignoring any AI generated results, I found, for
example:
javascript:( function() { var url = "https://translate.google.com/translate?sl=auto&tl=en&u=" + location.href; window.location.assign(url); } ) ();
from
https://gist.github.com/illusionfield/db576c73a103f37e0044
(dated Oct 2021)
javascript: location.href = 'https://translate.google.com/translate?sl=auto&tl=en&hl=en&u=' + escape(location.href);
from
https://ouoholly.github.io/bookmarklet/content/GoogleTranslate.html
While the above are shown as one-liners, you can spread the code across multiple lines. The requirement is the statement ends with a semi-colon
for a terminator. The above are just some examples of YOU deciding
which result hits to investigate, not some AI purporting to aggregate
the information from sources it does not cite. And just like with each author claiming a bookmarklet works, the one by AI may cease later.
Bookmarklets don't always work at all websites. The one you gave might
work most of the time, the ones above might work, and others might work,
but users will note Google changes something, like the URL or its
arguments, that makes the bookmarklet unusable. What if Google changes
the subdomain, or path, or arguments?
On Wed, 28 Jan 2026 05:28:53 -0800, John C. wrote:
On 26/01/27 07:49 AM, Mr. Man-wai Chang wrote:
On 1/27/2026 11:19 PM, John C. wrote:
My computer's processor is too old to run Firefox's built-in website
translation. I asked an AI to write a bookmarklet to do the job and it >>>> works fine.
....
Yeah, it's Google, but whatyagonnado?
Google Translate has been around for many years.
Google Translate - Wikipedia
<https://en.wikipedia.org/wiki/Google_Translate>
Of course I know that. What hasn't been around for years is Copilot's
code for the bookmarklet which I provided.
Has anyone mentioned http://www.bing.com/translator/
What I do is to clear my cache and wipe my browsing history frequently,
even while the browser is still open.
On 1/29/2026 7:59 PM, John C. wrote:
What I do is to clear my cache and wipe my browsing history frequently,
even while the browser is still open.
That wipes LOCAL data, not those collected and logged by REMOTE servers.
| Sysop: | Amessyroom |
|---|---|
| Location: | Fayetteville, NC |
| Users: | 59 |
| Nodes: | 6 (0 / 6) |
| Uptime: | 22:32:30 |
| Calls: | 810 |
| Calls today: | 1 |
| Files: | 1,287 |
| D/L today: |
12 files (21,036K bytes) |
| Messages: | 195,759 |