Make Poe text always selectable
Selectable Poe by john-walks-slow
Details
Authorjohn-walks-slow
LicenseNo License
Categorypoe.com
Created
Updated
Size286 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 Selectable Poe
@version 20231115.13.04
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://poe.com/chat/"), url-prefix("http://poe.com/chat/") {
@media screen and (max-width: 684px) {
html {
user-select: initial !important
}
}
}