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
13 stars 2 forks source link

Open options page instead of extracted links page #82

Open wogam opened 2 days ago

wogam commented 2 days ago

As per title, whenever using any filter or even trying to extract all domains. Happens from context menu, keyboard shortcut and from icon. It was working two weeks ago. Firefox 127, tried latest version (0.7) and 0.6.1

smashedr commented 2 days ago

Have you tried granting host permissions to the extension?

The only reason extracting links will take you to the options page, is if you are attempting to extract links from a page that you do not have host permissions for.

Opening the popup and using the right-click context menu should grant permissions for the current page. So if granting host permissions fixes this, then there may be a deeper underlying issue.

You can also open the console for the current page (Ctrl+Shift+I) and you should get more details as to why the links are not extracting.