Hello,

This blur appeared without reason after upgrade to 0.18, even if my settings are still the same. How to fix that ?

  • @yayA
    link
    English
    251 year ago

    I have to add the patch to the new version for it

  • @BigMcLargeHuge
    link
    English
    71 year ago

    I made a stylish style to disable the relevant CSS:

    @-moz-document domain("lemmynsfw.com") { .img-blur { -webkit-filter: blur(0px); } }

    This is for the Stylish addon for Firefox

    • @MerluOP
      link
      English
      2
      edit-2
      1 year ago

      It doesn’t work for me.

      Unknown @ rule: @-moz-document

        • @MerluOP
          link
          English
          11 year ago

          Yes, and i’m using the addon you mentioned.

          • @BigMcLargeHuge
            link
            English
            31 year ago

            For some reason I can’t import the very same style I just exported. Weird. Here’s the style as I created it:

            • @MerluOP
              link
              English
              11 year ago

              My compliments, it works like a charm.

  • @JollySmyg
    link
    English
    51 year ago

    .img-blur { filter: none; -webkit-filter: none; -moz-filter: none; -o-filter: none; -ms-filter: none; }

  • 68plus1
    link
    English
    31 year ago

    Same here. I was confused if there was new options in settings but I guess its just a bug