You can now monitor your portfolio at work without anyone seeing your total value on your screen. Values can be seen when mouse cursor is hovering over.
Schwab.com hide total value until mouse hovered by ericcire

Details
Authorericcire
LicenseNo License
Categoryschwab.com
Created
Updated
Code size375 B
Code checksumf74c0f4
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name client.schwab.com
@version 20240301
@namespace ?
==/UserStyle== */
@-moz-document domain("client.schwab.com") {
#panel-heading {
opacity: 0.0
}
#panel-heading:hover {
opacity: 1.0
}
.toggle-DayChangePercent,
.toggle-ProfitLossPercent {
display: block !important;
}
}