Enables text selection on netflix.com
Netflix Selectable Text by ibillingsley
Imported and mirrored from https://raw.githubusercontent.com/ibillingsley/userstyles/master/netflix-selectable-text.user.css
Details
Authoribillingsley
License0BSD
CategoryNetflix
Created
Updated
Size392 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
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;
}
}