az0 / linkgopher

Firefox/Google Chrome add-on: Extracts all links from web page, sorts them, removes duplicates, and displays them in a new tab for inspection or copy and paste into other systems.
GNU General Public License v3.0
257 stars 56 forks source link

Feature request: Copy URLs in percent encoded form #33

Open GhbSmwc opened 4 years ago

GhbSmwc commented 4 years ago

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).