Open raviwarrier opened 1 week ago
Also, this could be a togglable setting. "Clean all URLs before saving?" yes/no. and "Ask to clean be saving?" yes/no.
The reason for "ask to clean" is because some links (like of webapps) may break if it doesn't have certain tracking params, and so a person can choose not to clean a specific URL if the "clean all urls..." is marked as 'yes'.
Describe the feature you'd like
Most times you are on a website or an app and hoard stuff and usually they come with tracking params - utm, fb, ms, etc. and it would be nice to be able to save a clean URL.
I had created a url cleaning workflow on n8n for myself that cleans a copied URL, re-copies the clean URL and then sends it to my other devices (laptop to phone, phone to laptop).
here's the code that I wrote in JS for n8n workflow if it helps:
these were all the tracking params I could find, but I am sure there are more. maybe, if and when you incorporate this functionality, you could also include using AI to check if the cleaned up url has any remaining,
Describe the benefits this would bring to existing Hoarder users
Would help with having clean URLs that do not automatically start tracking them when the open the links.
Can the goal of this request already be achieved via other means?
Not really. people could manually clean up links or use automation workflows like I do, but that's not possible when you are directly sharing to Hoarder (either via extension or mobile app).
Have you searched for an existing open/closed issue?
Additional context
No response