Removes pointless, unactionable banner from the CascadeCloud service
Vets-Now Tweaks by mbooth101
Details
Authormbooth101
LicenseCC BY-SA
CategoryVets-Now
Created
Updated
Size381 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 Vets-Now Tweaks
@version 20210914.22.13
@namespace userstyles.world/user/mbooth101
@description Removes pointless, unactionable banner from the CascadeCloud service
@author mbooth101
@license CC BY-SA
==/UserStyle== */
@-moz-document url("https://vetsnow.cascadecloud.co.uk/") {
div#old-ui-alert-user {display:none !important;}
}