Skip to content

Netflix Selectable Text by ibillingsley

Imported and mirrored from https://raw.githubusercontent.com/ibillingsley/userstyles/master/netflix-selectable-text.user.css

Screenshot of Netflix Selectable Text

Details

Authoribillingsley

License0BSD

CategoryNetflix

Created

Updated

Size392 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Enables text selection on netflix.com

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Netflix Selectable Text
@namespace      github.com/ibillingsley
@version        1.0.0
@description    Enables text selection on netflix.com
@author         Isaiah Billingsley
@homepageURL    https://github.com/ibillingsley/userstyles
@license        0BSD
==/UserStyle== */

@-moz-document domain("netflix.com") {
  * {
    user-select: text !important;
  }
}

Reviews

No reviews yet.