Closed cponder closed 5 months ago
I just tried using the substitution
[\S\s]* -> Hello
but don't see any effect on the web-pages. Makes me think that I haven't enabled the filter correctly. Can you try it?
Sorry -- no -- I had to set the "HTML Input+Output" to get the substitutions to work. I'm closing this as not-a-bug., thanks.
I"m trying either of these regular-expression matches
replacing with
with web-pages like this
My intent it o remove junk from the top of the page and replace it with a more specific header. The "symb=(\w+)" finds the label I want to use, replaces the title-header, and restores the string that made up the second part of the match.
This worked fine on my old laptop with an older FireFox, using the first "[^]" form. I'm customizing my new laptop (running Ubuntu 24.04), and finding that this filter isn't working.