LonMcGregor / LinksPanel

Links Panel, collecting all the links on a page
MIT License
13 stars 2 forks source link

Offer to remove duplicates #7

Open LonMcGregor opened 5 years ago

LonMcGregor commented 5 years ago

If there are two links to the same place, without a title or text, offer to remove them and just show one.

LonMcGregor commented 5 years ago

This would need some better engineering. Right now everything is just an array. To do something Like this you'd need to sort them in order to be efficient...