How to ban GetViewers site ads via regex

Asked Jan 7, 2020·1 reply·Last activity 6 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

How to ban GetViewers site ads via regex. They constantly change the registry of words and so on for example: "ge tViewers", "Getviewe rs", "GetV iewers" and so on.

1 reply

You could probably use something like

~/g(\s+)?e(\s+)?t(\s+)?v(\s+)?i(\s+)?e(\s+)?w(\s+)?e(\s+)?r(\s+)?s/i

if they are only adding whitespace between characters