Greasy Fork is available in English.

Profanity Filter

Simple filtering for profanity from website text. Not limited to static text, while avoiding performance impact.

< Părere la script-ul Profanity Filter

Întrebare/comentariu

§
Postat în: 20-01-2018

Missing semicolon

why? but i did the right way-

const customWords = ['work',]

adisibAutor
§
Postat în: 20-01-2018

The right way to only filter the word "work" would be:
const customWords = ['work'];

Postează un raspuns

Autentifică-te pentru a posta un răspuns.