lazy make text selectable because this website sucks
bike-parts-sym selectable text by zitot-hawaii-edu
Details
Authorzitot-hawaii-edu
LicenseNo License
Categorybike-parts-sym.com
Created
Updated
Size282 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
if they have any other domains, you'll have to add it to the list of urls to run this on
Source code
/* ==UserStyle==
@name www.bike-parts-sym.com - Apr 2024
@version 20240404.22.39
@namespace ?
@description make text selectable because this website sucks
==/UserStyle== */
@-moz-document domain("www.bike-parts-sym.com") {
* {
user-select: auto!important;
}
}