Gitako
Gitako copied to clipboard
Handle double (or even more) slashes in URL
Such URL can take users to the desired page but Gitako cannot resolve the tree properly, because the URL contains double slashes //
after github.com
.
https://github.com//EnixCoda/Gitako/pull/247
FYI, this is what we use in Refined GitHub: https://github.com/refined-github/github-url-detection/blob/1663cd904c179a5fbd95c008d3a54f400a02162c/index.ts#L686-L687
FYI, this is what we use in Refined GitHub: https://github.com/refined-github/github-url-detection/blob/1663cd904c179a5fbd95c008d3a54f400a02162c/index.ts#L686-L687
@kidonng Thanks, I have read some source code last time you shared it with me.
Reiterating what I said in #243: this issue is different and simpler, we just drop duplicates.
Fixed in v3.8.3