ssborbis / ContextSearch-web-ext

Search engine manager for modern browsers
321 stars 36 forks source link

Issue with quick menu #571

Closed maggotb closed 1 year ago

maggotb commented 1 year ago

Hello,

These two search engines are set to only show on selected text

59033363

But they show on image links (here google images)

Screenshot 2022-09-21 at 18-16-13 image – Recherche Google

"Filter search engines" is enabled in the options. Is there any way to fix this? thanks

ssborbis commented 1 year ago

Ah, it's because links will show selection contexts in order to use the link text ( which are normally used by selection engines). In the case of links on images, there is no link text, so I will add code to filter out those cases.

ssborbis commented 1 year ago

Can you check what your setting is for CS Options -> General -> Links. If you have it set to text, you might be better off with url

maggotb commented 1 year ago

that did the trick, thanks

ssborbis commented 1 year ago

no prob