Skip to content

Correctly escape for regex creation - fixes extension not working on many sites (e.g. reddit.com)

Bruno requested to merge pull/7/raymond-regexEscape into master

Created by: octatone

Prevents reserved regex tokens in "words" from throwing unhandled errors on replace pattern creation.

Merge request reports