Fair enough, I haven’t given that too much thought myself until now. After playing around with Firefox’s URL cleaning, I realized there are some parameters I want to keep. So, by clean I mean removing all unnecessary parameters in the URL.
For example, https://youtu.be/jNQXAC9IVRw
would become https://youtu.be/jNQXAC9IVRw
, but https://www.youtube.com/watch?v=jNQXAC9IVRw
keeps it’s parameter, because it is necessary.
I guess replicating the logic for deciding which parameters to keep is not trivial, so the easiest solution is probably just manually pasting links into firefox, and just copying them cleanly from there. Thanks for providing some code, though!
Oh, nice! That’s definitely valuable info. Personally, I do think it’s too much work to implement that properly, though.