xpmn / firefox-to-deepl

Firefox extension. Highlight text on a web page and send it to DeepL
https://addons.mozilla.org/en-US/firefox/addon/to-deepl/
MIT License
88 stars 8 forks source link

Escape encoded slash with backslash #13

Closed zznidar closed 3 years ago

zznidar commented 3 years ago

DeepL seems to expect slashes to be escaped with a backslash after they have been URL-encoded. text/snippet should therefore become text\%2Fsnippet

Fixes #12