Skip to content

coursera-responsive-video by dukkha

Screenshot of coursera-responsive-video

Details

Authordukkha

LicenseNo License

Categorycoursera,ossu

Created

Updated

Size622 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

  • make video size responsive
  • hide play button on note thumbnail, so you can copy the image from it

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           coursera-responsive-video
@namespace      coursera.org
@version        1.0.1
@description    make video size responsive
@author         dukkha
==/UserStyle== */
@-moz-document domain("coursera.org") {
    .css-1fkgl1r .ItemPageLayout_scoped_max_width {
        max-width: none;
    }
    @media (min-width: 1440px) {
        .cds-88 {

            max-width: 90%;
            flex-basis: 90%;
        }
    }

    /*hide play button on note thumbnail, so you can copy the image from it*/
    div[data-e2e="snapshot-container"] a[data-click-key] > div > div {
        display: none;
    }
}

Reviews

No reviews yet.