Skip to content

No banner ads by blacktoz

Details

Authorblacktoz

LicenseNo License

Categoryanime-sama.fr

Created

Updated

Size367 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes the left and right banners, as well as the bottom ones.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       anime-sama.fr
@version    20250315.21.28
@namespace  ?
==/UserStyle== */

@-moz-document domain("anime-sama.fr") {
#bannLeft > a:nth-child(1) {
    display: none;
}

#bannRight > a:nth-child(1) {
    display: none;
}

div.items-center:nth-child(4) {
    display: none;
}

.align-center.justify-center.items-center {
    display: none;
}
}

Reviews

No reviews yet.