cssnr / link-extractor

Web Extension to extract, parse, and open links with optional filters.
https://link-extractor.cssnr.com
GNU General Public License v3.0
16 stars 2 forks source link

[function request] a new option to be added #58

Open elvisef opened 3 months ago

elvisef commented 3 months ago

Hey,

I was just looking for an extension that help me to find all the links filtered by domain name, but... using also AND operator. Your extension is missing it as I see, would be nice to add it, what You think ?

I mean, If I add for instance:

In the page context menu there is only one filter option to choose - I cant choose for instance 3 of them at once.

Also in the extension menu I can only filter by giving a regex pattern, so I need to prepare a long list of domains and write a long row for regexp.

You have a good option to add domains to filter, but there is no option to merge all or some of them, to search for all or chosen ones.

CheerrZ!

smashedr commented 2 months ago

Sorry for getting to this so late.

To confirm, you want to filter the link results page by multiple domains?

This was available until I added datatablse to the link results page. I will see if it is possible to make the datatables search a regex.

smashedr commented 2 months ago

So what I plan to do to address this is make the Filter's Dropdown in the Popup also have check boxes that lets you select multiple filters or click on single one instantly.

This feature may take a while. I am currently working on adding the ability to select multiple tabs and extract from all tabs. Once that is done, I can start on this.

Cheers.