Fix temporaire pour régler le problème d'affichage de Facebrowser
Facebrowser fix by krystal
Details
Authorkrystal
LicenseNo License
Categoryfacebrowser
Created
Updated
Size282 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name facebrowser.gta.world
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
@-moz-document regexp("(http[s]?:\\/\\/)*(www\\.)?facebrowser.gta.world.*") {
.pg_1x img {
max-width: 100%;
max-height: none;
}
}