Remove Lichess Timeline

Removes the homepage timeline on Lichess.org

// ==UserScript==
// @name         Remove Lichess Timeline
// // @version      0.1
// @description  Removes the homepage timeline on Lichess.org
// @author       https://github.com/nojoking
// @match        https://lichess.org/
// @icon         https://www.google.com/s2/favicons?sz=64&domain=lichess.org
// @license MIT
// @namespace https://greasyfork.org/users/927355
// ==/UserScript==

$('.timeline').remove();