this thing removes an game from the player page, which takes up a lot of space
этот стиль убирает ненужную игру со страницы плеера, которая занимает много места
Authorigordos
LicenseNo License
Categorydiscord, bot, fredboat
Created
Updated
Size579 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
this thing removes an game from the player page, which takes up a lot of space
этот стиль убирает ненужную игру со страницы плеера, которая занимает много места
/* ==UserStyle==
@name fredboat hide game
@version 20220819.15.31
@namespace userstyles.world/user/igordos
@description this thing removes an game from the player page, which takes up a lot of space
@author Igordos
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://fredboat.com/music-room/"), url-prefix("https://staging.fredboat.com/music-room/") {
#__next > div > div.musicPlayer_mscPlyGuldCntnr__2j-Ku > div.musicPlayer_mscPlyCntentWrpr__3okvR > div.musicPlayer_musicPlayerLeftSec__MmDzu {
display: none
}
}