// ==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; } `)