All public logs
Jump to navigation
Jump to search
Combined display of all available logs of LemonWiki共筆. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:00, 11 October 2024 Planetoid talk contribs created page Google translate bookmarklet (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...")