Skip to content

Reddit full post length by Dark-Peace

Screenshot of Reddit full post length

Details

AuthorDark-Peace

LicenseNo License

CategoryReddit.com

Created

Updated

Code size2.5 kB

Code checksum753eba7f

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Reddit full post length
@version      20230817.10.59
@namespace    ?
==/UserStyle== */

@-moz-document domain("reddit.com") {
.Chtkt3BCZQruf0LtmFg2c {
    max-height: unset !important;
    -webkit-mask-image: unset !important;
    mask-image: unset !important;
    overflow: auto !important;
  }

  /* multiple pictures */
  ._1apobczT0TzIKMWpza0OhL {
    display: grid !important;
    grid-template-columns: 1fr !important;
    max-height: unset !important;
  }

  ._1apobczT0TzIKMWpza0OhL > * {
    grid-row-start: 1 !important;
    grid-column-start: 1 !important;
    position: relative !important;
    max-height: unset !important;
  }

  ._1apobczT0TzIKMWpza0OhL > li > figure > div {
    height: 100% !important;
  }

  ._1dwExqTGJH2jnA-MYGkEL- {
    height: 100% !important;
    object-fit: contain !important;
  }

  ._3b8u2OJXaSDdBWoRB7zUoK {
    display: none !important;
  }

  .KVyBaj7FjzElWsqJDmw7v {
    height: 100% !important;
    padding: 0 !important;
  }

  ._2_tDEnGMLxpM6uOa2kaDB3 {
    object-fit: contain !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* picture */
  .m3aNC6yp8RrNM_-a0rrfa {
    max-height: unset !important;
    display: flex !important;
  }

  ._3gBRFDB5C34UWyxEe_U6mD {
    display: none !important;
  }

  .kcerW9lbT-se3SXd-wp2i {
    min-height: 40vh !important;
    display: flex !important;
    flex-direction: column !important;
  }

  ._1NSbknF8ucHV2abfCZw2Z1  {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    justify-content: center !important;
  }

  ._1NSbknF8ucHV2abfCZw2Z1 > a {
    width: 100% !important;
  }

  ._3JgI-GOrkmyIeDeyzXdyUD {
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    flex-grow: 1 !important;
  }

  ._3Oa0THmZ3f5iZXAQ0hBJ0k {
    max-height: unset !important;
    width: 100% !important;
  }

  ._3Oa0THmZ3f5iZXAQ0hBJ0k > div {
    width: 100% !important;
  }

  ._3hUbl08LBz2mbXjy0iYhOS {
    display: none !important;
  }

  /* embedded youtube */
  iframe {
    min-height: 45vh !important;
  }

  /* video */
  ._3QOPLw8PZipW3i8kDxod81 {
    width: 100% !important;
  }

    ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
}

Reviews

No reviews yet.