Skip to content

enotes no answer blur by anthony1x6000

Details

Authoranthony1x6000

LicenseNo License

Categoryuserstyles

Created

Updated

Size568 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes blur on answers

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         enotes no answer blur
@version      20220124.00.05
@namespace    userstyles.world/user/anthony1x6000
@description  Removes blur on answers
@author       anthony1x6000
@license      No License
==/UserStyle== */

@-moz-document domain("enotes.com") {
* {
    color: #000 !important;
    text-shadow: 0 0 0 !important;
    font-family: Times New Roman, serif !important;
    filter: blur(0px) !important;
    user-select: text !important;
    cursor: auto !important;
}
#enotes-paywall, div.o-rte-text > p{
    display: none !important;
}
}

Reviews

No reviews yet.