Feature Req.: Turn off yellow/red borders for Sketchy/NSFW pics

Posts: 3 · Views: 474
  • 26877

    I do recognize this feature value, but sometimes the colored borders can draw my attention more than the pictures around it.

    By giving each users an option under settings>browsing to turn off yellow and/or red borders, the UI experience for the ones that dislike this feature would increase, without compromising anyone's else. A win win situation.

  • 26880

    If you are using a computer you can use a browser extension E.g. Stylus to add the following CSS code:

    .thumb.thumb-nsfw::before,
    .thumb.thumb-sketchy::before {
        border-color: transparent;
        box-shadow: none;
    }

Message