summaryrefslogtreecommitdiffstats
path: root/.config/qutebrowser/greasemonkey/scaleway-css.js
blob: 99955cab4e2b6c035396d1390d2426244019bfce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// ==UserScript==
// @name         scaleway css
// @match        *://*.scaleway.com/*
// @grant        none
// ==/UserScript==

GM_addStyle(`
    #outdated {
        visibility: hidden;
    }
`)
remember that computers suck.