Greasy Fork is available in English.

Oneko Killer

Gato maldito

// ==UserScript==
// @name        Oneko Killer
// @namespace   Violentmonkey Scripts
// @match       https://tchan.lol/b/*
// @author      Anônimo
// @description Gato maldito
// @version     1.0
// @grant       none
// ==/UserScript==

const element = document.getElementById("oneko");
element.remove();