Fannon / search-bookmarks-history-and-tabs

Browser extension to search and navigate browser tabs, local bookmarks and history.
MIT License
181 stars 8 forks source link

Better handle long title values in case they're just URLs anyway #99

Closed Fannon closed 1 year ago

Fannon commented 1 year ago

Resolves #98

But this PR takes a more conservative approach by only shortening title if it seems to be an URL. Doing this in general is more tricky than it seems and might have undesired side effects in some situations.