Hide the demo company from your organisations drop-down!
Xero, no demo company by supakaity
Details
Authorsupakaity
LicenseUNLICENSE
Categoryxero.com
Created
Updated
Size392 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 Xero, no demo company
@version 20240303.06.57
@namespace https://userstyles.world/user/Kaity Allan
@description Hide the demo company from your organisations drop-down!
@author Kaity Allan
@license UNLICENSE
==/UserStyle== */
@-moz-document domain("xero.com") {
.xnav-verticalmenuitem-lefticon.demo-org {
display: none;
}
}