Greasy Fork is available in English.

Remove all comments from duellinks.gamea.co

removes all comments from duellinks.gamea.co

// ==UserScript==
// @name Remove all comments from duellinks.gamea.co
// @description removes all comments from duellinks.gamea.co
// @version 1
// @author          bubbad
// @include http://duellinks.gamea.co/*
// @namespace Bubbad scripts
// @match http://duellinks.gamea.co/*
// @grant none
// ==/UserScript==
$('.thread_part').remove();
$('.side-thread').remove();