Skip to content

Unblock AlgoExpert text selection by nenad

Details

Authornenad

LicenseMIT

Categoryalgoexpert

Created

Updated

Size488 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

By default, AlgoExpert does not allow text selection in some places. I find that slightly annoying as I am used to marking text when I'm reading and sometimes I'd like to take notes by copy-pasting.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Unblock AlgoExpert text selection
@version      20211207.08.05
@namespace    userstyles.world/user/nenad
@description  By default, AlgoExpert does not allow text selection in some places. I find that slightly annoying as I am used to marking text when I'm reading and sometimes I'd like to take notes by copy-pasting.
@author       nenad
@license      MIT
==/UserStyle== */

@-moz-document domain("algoexpert.io") {
* {
    user-select: auto !important;
}
}

Reviews

No reviews yet.