Guest User

Untitled

a guest
Feb 13th, 2025
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. javascript:(function(){
  2. var t = ((window.getSelection && window.getSelection()) ||
  3. (document.getSelection && document.getSelection()) ||
  4. (document.selection && document.selection.createRange && document.selection.createRange().text));
  5. var e = (document.charset || document.characterSet);
  6. if (t != "") {
  7. window.open('https://translate.kagi.com/?text=' + encodeURIComponent(t) + '&hl=ja&langpair=auto|ja&tbb=1&ie=' + e);
  8. } else {
  9. window.open('https://translate.kagi.com/translate?u=' + encodeURIComponent(location.href) + '&hl=ja&langpair=auto|ja&tbb=1&ie=' + e);
  10. }
  11. })();
Advertisement
Add Comment
Please, Sign In to add comment