@-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



@downloadURL https://update.greasyfork.org/scripts/476662/Fusion%20HCM%20Knowledgebase%20Unlock.user.css
@updateURL https://update.greasyfork.org/scripts/476662/Fusion%20HCM%20Knowledgebase%20Unlock.meta.css
==/UserStyle== */


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

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


}