i didnt find any adblocker SO i decided to make one.
pekora adblocker by efallingame

Details
Authorefallingame
LicenseNo License
Categorypekora.zip
Created
Updated
Code size481 B
Code checksum29b16df7
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
uhhh make sure you are logged in or die
Source code
/* ==UserStyle==
@name pekora adblocker :D
@namespace pekora.zip
@version 1.6.9
@description just read the fucking title you fucker.
==/UserStyle== */
@-moz-document domain("pekora.zip") {
img[class^="adImage-"] {
max-width: 0px !important;
max-height: 0px !important;
width: 0px !important;
height: 0px !important;
overflow: hidden !important;
pointer-events: none !important;
visibility: hidden !important;
}
}