Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- javascript:(function(){
- var t = ((window.getSelection && window.getSelection()) ||
- (document.getSelection && document.getSelection()) ||
- (document.selection && document.selection.createRange && document.selection.createRange().text));
- var e = (document.charset || document.characterSet);
- if (t != "") {
- window.open('https://translate.kagi.com/?text=' + encodeURIComponent(t) + '&hl=ja&langpair=auto|ja&tbb=1&ie=' + e);
- } else {
- window.open('https://translate.kagi.com/translate?u=' + encodeURIComponent(location.href) + '&hl=ja&langpair=auto|ja&tbb=1&ie=' + e);
- }
- })();
Advertisement
Add Comment
Please, Sign In to add comment