Fusion HCM Knowledgebase Unlock

Fusion HCM Knowledgebase applies a blur filter and an overlay that prevents text selection with a timer for removal. This style removes both immediately.

@-moz-document domain("fusionhcmknowledgebase.com") {
/* ==UserStyle==
@name           Fusion HCM Knowledgebase Unlock
@description    Fusion HCM Knowledgebase applies a blur filter and an overlay that prevents text selection with a timer for removal. This style removes both immediately.
@namespace      https://greasyfork.org/en/users/709009
@version        1.0.0
@license        MIT
@author         masebu
@preprocessor   stylus



==/UserStyle== */


.onp-sl-blur-area {
    filter: none !important
}

.onp-sl-overlap-box {
    display: none !important
}


}