allow text selection on lyrical-nonsense.com
lyrical-nonsense.com allow text selection by odrling
Details
Authorodrling
LicenseNo License
Categorylyrical-nonsense.com
Created
Updated
Size241 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 lyrical-nonsense.com
@version 20231010.12.34
@namespace ?
==/UserStyle== */
@-moz-document domain("lyrical-nonsense.com") {
.olyrictext, .olyrictext-tv, .sbs-row {
user-select: text !important;
}
}