az0 / linkgopher

Firefox/Google Chrome add-on: Extracts all links from web page, sorts them, removes duplicates, and displays them in a new tab for inspection or copy and paste into other systems.
GNU General Public License v3.0
257 stars 56 forks source link

add powerful, dynamic filter #17

Open az0 opened 6 years ago

az0 commented 6 years ago

On the results page, present a form that adjust the results in real time. The options include

The form has a reset button

The settings are persistent (in other words, remembered)

systwi-again commented 1 year ago

Or, simply, a regular expression (i.e. regex or regexp) if I understand your post correctly, right? I was going to create a feature request ticket asking for an inverse filter feature but I believe negative lookaheads in regex should achieve the same effect (when used properly, that is).

jadedgnome commented 1 year ago

still in the works?