Greasy Fork

Greasy Fork is available in English.

showcase banner remover

02.01.2025, 18:23:50

目前为 2025-01-03 提交的版本,查看 最新版本

// ==UserScript==
// @name        showcase banner remover
// @namespace   Violentmonkey Scripts
// @match       https://education.yandex.ru/classroom/*
// @grant       GM_addStyle
// @version     1.0
// @author      aaartc
// @description 02.01.2025, 18:23:50
// ==/UserScript==


GM_addStyle(`

.student-showcase__banner-carousel { display: none !important}

`);