NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Hide Time.is logo // @namespace https://nnnes.net/ // @version 1.0 // @description Hides Time.is logo in Simplify mode. // @author Nnnes // @license MIT // @match *://time.is/* // @grant none // ==/UserScript== (function() { 'use strict'; document.getElementById("top").classList += " tr" })();