linkgopher
linkgopher copied to clipboard
add powerful, dynamic filter
On the results page, present a form that adjust the results in real time. The options include
- [ ] Remove anchors like
#foo
- [ ] Remove query strings like
?foo=1&bar=1
- [ ] Remove paths like
/foo/bar.html
- [ ] Include URLs that match pattern
- [ ] Exclude URLs that match pattern
The form has a reset button
The settings are persistent (in other words, remembered)
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).
still in the works?