Filter out links #129
Replies: 1 comment
-
|
This is possible, it is just not very clear. The filter uses Regular Expressions, which is far beyond the comprehension of most people. I still use a regex tester to write expressions. If you want to filter out all the links with the text For example, if you go here, and extract all links (with duplicates removed) you will get 15 results: https://link-extractor.cssnr.com/ However, 6 of the results contain Note, most special characters have special meanings in regex and must be escaped with a You can use a regex tester to help build an expression: https://regexr.com/ Make sure to enable the global, multiline, and case insensitive. Sorry this is not easier. Let me know if you have more questions. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Wonderful work you guys have done with this extension.
I have just one suggestion
When using filter, it gives you a list of links you "filter"
it would also be great if one could filter out links they dont want in their search results
Beta Was this translation helpful? Give feedback.
All reactions