Skip to content

Hide UALibrary Chat Widget by UALibrary

Screenshot of Hide UALibrary Chat Widget

Details

AuthorUALibrary

LicenseMIT

Categorylibrary.albany.edu

Created

Updated

Size434 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Prevents the Chat/Help widget from appearing (possibly over top of important information) and annoying users on all University at Albany Library websites.

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;
   }
}

Reviews

No reviews yet.