summaryrefslogtreecommitdiffstats
path: root/.config/qutebrowser/greasemonkey/boursorama-css.js
blob: 4d1c29ec7e2bd876aebab1f318ec190b2cf35bcc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// ==UserScript==
// @name         boursorama css
// @match        *://*.boursorama.com/*
// @grant        none
// ==/UserScript==

GM_addStyle(`
    .chatbot,
    .c-promotional-cards-wrapper,
    .c-articles-wrapper,
    .c-offers__entry-card {
        width: 0px !important;
        height: 0px !important;
        visibility: hidden;
        margin: 0px;
        padding: 0px;
    }
`)
remember that computers suck.