Greasy Fork is available in English.

Agarpowers Swear Bypass.

U can now swear in agarpowers with this script!

// ==UserScript==
// @name         Agarpowers Swear Bypass.
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  U can now swear in agarpowers with this script!
// @author       Slur & Net.
// @match        https://agarpowers.xyz/
// @icon         https://www.google.com/s2/favicons?sz=64&domain=agarpowers.xyz
// @grant        none
// ==/UserScript==
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/fuck/g, "fu͏ck");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/cum/g, "cu͏m");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/cunt/g, "cu͏nt");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/nigger/g, "n͏i͏g͏͏͏͏g͏e͏r");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/bitch/g, "bitch­");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/nigga/g, "nigga­");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/pussy/g, "pussy­");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/dick/g, "dick­");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/asshole/g, "asshole­");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/retard/g, "retard­");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/faggot/g, "faggot­");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/lmfao/g, "lmfao­");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/fuk/g, "fuk­");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/fag/g, "fag­");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/NIGGER/g, "NIGGER­");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/BITCH/g, "BITCH­");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/NIGGA/g, "NIGGA­");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/PUSSY/g, "PUSSY­");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/dick/g, "dick­");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/piss/g, "piss­");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/ASSHOLE/g, "ASSHOLE­");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/RETARD/g, "RETARD­");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/FAGGOT/g, "FAGGOT­");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/FUCK/g, "FUCK­");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/CUM/g, "CUM­");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/CUNT/g, "CUNT­");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/LMFAO/g, "LMFAO­");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/FUK/g, "FUK­");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/FAG/g, "FAG­");
});
document.getElementById('chat_textbox').addEventListener('input', function() {
    this.value = this.value.replace(/PISS/g, "PISS­");
});