Skip to content

Facebrowser Screenshots Fixer by claara98

Screenshot of Facebrowser Screenshots Fixer

Details

Authorclaara98

LicenseNo License

CategoryUserStyle

Created

Updated

Size268 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fixes facebrowser screenshots.

Right now, Facebrowser creates white or gray bands around the images due to the height limit, I have removed this limit and the images have no borders.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           face.gta.world
@namespace      userstyles.world
@version        1.0.0
==/UserStyle== */

@-moz-document regexp("(http[s]?:\\/\\/)*(www\\.)?face.gta.world.*") { 
    .pg_1x img {
    max-width: 100%;
    max-height: none;
}
}

Reviews

No reviews yet.