Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name FLVS Navbar Changer
// @namespace http://tampermonkey.net/
// @version 0.4
// @description Changes the Navbar height between 0, or original height
// @author cat-loaf
// @match https://learn.flvs.net/*
// @icon https://www.google.com/s2/favicons?domain=flvs.net
// ==/UserScript==
html, body {
font-family:Consolas, monospace;
font-size:1.2rem;
margin: 0;
padding: 0;
background-color:rgb(24, 24, 24);
color:white;
}
@media (hover: none) {