Woundorf / foxreplace

Replace text in webpages
https://addons.mozilla.org/firefox/addon/foxreplace/
GNU General Public License v3.0
90 stars 22 forks source link

Match any and multiple whitespace characters #339

Closed ninedotnine closed 1 year ago

ninedotnine commented 2 years ago

A space character in "text" or "whole words" mode is now translated to the regex \s+ so that it matches a newline, a non-break space, or multiple spaces in HTML, all of which render in the browser as a single space.

ninedotnine commented 2 years ago

113