Google translate bookmarklet: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

26 December 2025

25 December 2025

18 December 2024

11 October 2024

  • curprev 14:0114:01, 11 October 2024Planetoid talk contribsm 1,175 bytes +30 No edit summary undo
  • curprev 14:0014:00, 11 October 2024Planetoid talk contribs 1,145 bytes +1,145 Created page with "This code is a JavaScript bookmarklet that translates the current page into Tradition Chinese using Google Translate. <pre> javascript: location.href='https://translate.google.com/translate?sl=auto&tl=zh-TW&u=%27+location.href </pre> == Explantion == 1. `javascript:` - This part tells the browser that this is JavaScript code. 2. `location.href=` - This will redirect the browser to a new URL. 3. `'https://translate.google.com/translate?sl=auto&tl=en&u='` - This is t..."