Turn off preview pop-ups

  • Is there a way to turn off these massively intrusive preview pop-ups?

    They are really big and takes lot of space.

    Especially on mobile devices they are covering 4-5 topic titles and doesn't disappear automatically...

    That should/could be optional to enable if desired.

  • Couldn't this be a feature or change REQ You can pass to forum dev's?


    Personally I find that massively annoying... :dodgy:

  • could do something like this , in tampermonkey, greasemonkey etc


    Code
     @media only screen and (min-width: 600px) {
    .popover {
        display: none;
        }
    }


    should stop the popover on screens smaller than 600px.

  • ... should stop the popover on screens smaller than 600px.

    Thanks, I'll try that later! But with "min-width: 99999px"!

    Those "pop-up's" just too intrusive and annoying on any screen size.


    Really strange that dev's can't make that optional!

    Or just pure laziness??