Prevents the Chat/Help widget from appearing (possibly over top of important information) and annoying users on all University at Albany Library websites.
Hide UALibrary Chat Widget by UALibrary
Details
AuthorUALibrary
LicenseMIT
Categorylibrary.albany.edu
Created
Updated
Size434 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 Hide UALibrary Chat Widget
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Prevents the chat widget from displaying on all UAlbany Library pages.
@author UAlbany Library Systems
==/UserStyle== */
@-moz-document regexp("https?://(.+\\.)?(library|libproxy|illiad)\\.albany\\.edu.*") {
#s-lch-widget-18654 {
display: none!important;
}
}