Greasy Fork

Greasy Fork is available in English.

HLTV Forum Remover

Removes Forums from the front page

// ==UserScript==
// @name         HLTV Forum Remover
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Removes Forums from the front page
// @match        https://www.hltv.org/*
// ==/UserScript==

document.getElementsByClassName('right2Col')[0].remove()