Repositories (1)

x.tech
1 snippets stored for this repo
// Vérifier le commentaire
  
  const commentaireViolent = ["pute","baise", "putain", "enculé", "merde", "con", "salope", "connard", "bite", "cul", "nique","arnaque", "fraude", "contrefaçon", "escroquerie", "piratage", "virus", "spam", "phishing", "malware", "spéculation", "triche", "hameçonnage", "vol", "falsification", "faux", "défectueux", "baise", "putain", "enculé", "merde", "con", "salope", "connard", "bite", "cul", "nique", "fuck", "shit", "asshole", "dick", "cunt", "pussy", "fucker", "cocksucker", "motherfucker", "son of a bitch", "bastard", "whore", "slut", "prostitute", "faggot", "gay", "lesbian", "retard", "stupid", "idiot", "fool", "moron", "dumbass", "chink", "nigger", "spic", "kike", "jap", "raghead", "terrorist", "goatfucker", "camel jockey", "beaner", "wetback", "gringo", "white trash"];
const commentaireRegex = new RegExp(commentaireViolent.join("|"), "gi");

if (commentaireRegex.test(commentaireInput.value)) {