-
Notifications
You must be signed in to change notification settings - Fork 28
Double URL entries #60
Copy link
Copy link
Open
Description
I'm not exactly sure how this happens, but I am able to recreate on my system with three different browsers, so I assume it is related to clipster. This has been happening for a while as well, I've just been too lazy to document it.
It looks like any time a top level page's URL is copied, you get two entries in clipster, the second entry (the newer of the two) differs by having a trailing '/'.
Example:
https://www.google.com/
https://www.google.com
https://duckduckgo.com/
https://duckduckgo.com
This does not appear to happen for some urls with content after the '/, depending on what I assume is a relationship to certain special characters like '.' and '-'.
Example of non double entry:
https://github.com/qutebrowser/qutebrowser/blob/master/INSTALL.asciidoc
Thanks for your time.
-demure
Reactions are currently unavailable