Jump to content

Facebrowser Screenshots Fixer.


Jennie

Recommended Posts

Since the new FB update it has created some black and gray bands around the screenshots, causing them to look worse and smaller in size, I've made this addon for Stylus that fixes this problem, the code is very simple, you can see it here as well as on the Stylus website.

 

If you want you can use till it's oficially fixed (or not).

 

Link: https://userstyles.world/style/3667/facebrowser-screenshots-fixer

 

/* ==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;
}
}

 

  • Upvote 2
Link to comment
  • 2 weeks later...
Guest
This topic is now closed to further replies.
×
×
  • Create New...