linkgopher
linkgopher copied to clipboard
Feature request: Copy URLs in percent encoded form
Sometimes, the URL may contain such characters in the URL (space, comma, brackets, japanese characters and all other non-UTF-8 characters in the URL) that may be dangerous and could point to invalid links (in the case of mojibakes).
I was thinking of adding the option to force them into percent-encoded form, much like this tool: https://github.com/vincepare/CopyAllUrl_Chrome that extract URLs the tabs are on (not to be confused with extracting all links on the pages on each tab).