Hallo zusammen!
Ich habe hier ein Lesezeichen mit einem Javascript, um ganze Webseiten mit Google zu übersetzen.
javascript:var%20t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection&&document.selection.createRange&&document.selection.createRange().text));var%20e=(document.charset||document.characterSet);if(t!=''){location.href='http://translate.google.com/?text='+t+'&hl=de&langpair=auto|de&tbb=1&ie='+e;}else{location.href='http://translate.google.com/translate?u='+encodeURIComponent(location.href)+'&hl=de&langpair=auto|de&tbb=1&ie='+e;};
In Klarschrift:
javascript:var%20t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection&&document.selection.createRange&&document.selection.createRange().text));var%20e=(document.charset||document.characterSet);if(t!=''){location.href='http://translate.google.com/?text='+t+'&hl=de&langpair=auto|de&tbb=1&ie='+e;}else{location.href='http://translate.google.com/translate?u='+encodeURIComponent(location.href)+'&hl=de&langpair=auto|de&tbb=1&ie='+e;};
Die Google URLs am Ende sind:
''http://translate.google.com/?text='+t+'&hl=de&langpair=auto|de&tbb=1&ie='+e;}else{location.href='http://translate.google.com/translate?u='+encodeURIComponent(location.href)+'&hl=de&langpair=auto|de&tbb=1&ie='+e;};
Vor noch nicht langer Zeit habe ich die deutsche "Übersetzungsmaschine" DeepL (https://www.deepl.com/translate) entdeckt. Ihre Übersetzungen sind um Längen besser und verständlicher als jene von Google oder Bing.
Meine Frage ist, besteht die Möglichkeit diesen Javascript zu ändern und an DeepL anzupassen? Das wäre grossartig! Meine Programmierkenntnisse sind allerdings gleich Null. Vielleicht würde es reichen, einfach die URL von Google nach DeepL zu ändern?
Deshalb wäre ich dankbar, wenn mir jemand von euch Leuchten unter die Arme greifen würde ... :-??
Danke für eure Hilfe