karol-121 / custom-context-menu-search

Browser extenions that allows for custom context menu search items.
3 stars 2 forks source link

Url encoding for selection text #8

Open karol-121 opened 1 week ago

karol-121 commented 1 week ago

Selection text is currently not url encoded meaning that some characters i.e " " are appended to the link in raw format. This is technically invalid and can yeld problems, however browsers seems to handle this situation.