Skip to content

Enable user select EVERYWHERE by wddd

Imported and mirrored from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/177795.user.css

Screenshot of Enable user select EVERYWHERE

Details

Authorwddd

LicenseCC-BY-4.0

Categoryglobal

Created

Updated

Size527 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Enable user select EVERYWHERE

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Enable user select EVERYWHERE
@namespace    USO Archive
@author       wddd
@description  Enable user select EVERYWHERE
@version      20191128.23.15
@license      CC-BY-4.0
@preprocessor uso
==/UserStyle== */

@-moz-document regexp(".*") {
    * {
       -webkit-user-select: initial !important;
       -moz-user-select: initial !important;
       -ms-user-select: initial !important;
       -khtml-user-select: initial !important;
       user-select: initial !important;
    }
}

Reviews

No reviews yet.