Skip to content

remove bottom ad space for people with adblocks by meow-d

Screenshot of remove bottom ad space for people with adblocks

Details

Authormeow-d

LicenseCC Zero

Categorypicrew.me

Created

Updated

Size373 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

gets rid of the small ad space at the bottom, cause if you use an adblock, it's just empty for no reason.

Notes

that's it. just 3 lines. but i think its pretty essential.

Source code

/* ==UserStyle==
@name         bigger picrew editor on desktop
@version      20240225.13.36
@namespace    https://userstyles.world/user/meow-d
@description  that's it. just 3 lines. but i think its pretty essential.
@author       meow-d
@license      CC Zero
==/UserStyle== */

@-moz-document domain("picrew.me") {
.view_pc .play-Imagemaker {
  height: 100% !important;
}
}

Reviews

No reviews yet.