Allows selecting text in stories on fanfiction.net
fanfiction.net - Allow selection by cyberpon3
Details
Authorcyberpon3
LicenseNo License
Categoryfanfiction
Created
Updated
Size565 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 fanfiction.net - Allow selection
@version 20220613.08.30
@namespace userstyles.world/user/cyberpon3
@description Allows selecting text in stories on fanfiction.net
@author cyberpon3
@license No License
==/UserStyle== */
@-moz-document domain("fanfiction.net") {
* {
-webkit-touch-callout: unset !important;
-webkit-user-select: unset !important;
-khtml-user-select: unset !important;
-moz-user-select: unset !important;
-ms-user-select: unset !important;
user-select: unset !important;
}
}