Greasy Fork is available in English.

time.is font size

description

// ==UserScript==
// @name         time.is font size
// @namespace    namespace
// @version      0.1
// @description  description
// @author       tos
// @match        https://time.is/just
// @grant        GM_addStyle
// ==/UserScript==

GM_addStyle(`
#twd {
  font-size: 150px !important;
}
`)