A stock dashboard style for Yahoo Finance homepage. It displays all of your stock portfolios on one screen in a grid style, and displays their prices and changes lively. It also hides other unimportant elements like ads, promotions, disclaimer, etc. Use as a replacement for Google Finance portfolio. Need yahoo account. Applies to https://finance.yahoo.com/
Yahoo Finance Stock Portfolio Dashboard by jgzheng
Imported and mirrored from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/157447.user.css
Details
Authorjgzheng
LicenseCC-BY-4.0
Categoryfinance.yahoo.com
Created
Updated
Size2.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
12/15/2019 - 0.16: minor update to cope with Yahoo's change
08/15/2019 - 0.15: hid all ads, premium content, and keep only portfolios
02/15/2019 - 0.13: minor update to cope with Yahoo's change
10/23/2018 - 0.12: hid top ads.
03/23/2018 - 0.11: adjusted top bar for market quotes and search text box position.
03/22/2018 - 0.10: launched.
Source code
/* ==UserStyle==
@name Yahoo Finance Stock Portfolio Dashboard
@version 20231108.14.38
@namespace userstyles.world/user/jgzheng
@description A stock dashboard style for Yahoo Finance homepage. It displays all of your stock portfolios on one screen in a grid style, and displays their prices and changes lively. It also hides other unimportant elements like ads, promotions, disclaimer, etc. Use as a replacement for Google Finance portfolio. Need yahoo account. Applies to https://finance.yahoo.com/
@author jgzheng
@license CC-BY-4.0
==/UserStyle== */
@-moz-document url("https://finance.yahoo.com/") {
#YDC-UH, #YDC-Col1, #UH-0-UH-0-Header, td p, #data-util-col div, nav li:nth-child(4), .nr-applet-main-nav-right,
#Col2-5-LinkOut-Proxy, #mrt-node-Col2-6-LinkOut, #mrt-node-Col2-7-Footer, #mrt-node-Lead-5-FeatureBar, #mrt-node-Lead-6-FeatureBar,
footer, #data-util-header,
div[id*="Ad"], div[id*="LinkOut-Proxy"],div[id*="Footer-Proxy"], div[id*="TradeItLinkBrokerPromo"],
section:nth-of-type(1n+13), section[data-yaft-module="tdv2-applet-ltst-rsrch-rpts"], section[data-test="du-section-following"]
{
display:none
}
.W\(300px\), #atomic .Maw\(1260px\)
{
width:100% !important;
position: relative;
max-width: 1820px;
margin-top: 10px;
}
.Mb\(20px\)
{
width:290px;
display:inline-block;
margin-right:30px;
}
.data-util
{
max-width:100%;
width:100%;
}
.US
{
margin-top:36px !important;
}
#atomic .H\(44px\)
{
height:25px;
}
#atomic .H\(60px\)
{
height:0px;
}
#atomic .Py\(6px\)
{
padding-top:4px;
padding-bottom:0 !important;
}
#atomic .Maw\(\$newGridWidth\), #atomic .Maw\(1260px\)
{
max-width: 1820px !important;
}
#mrt-node-Col2-0-SymbolLookupV2
{
position:fixed;
top:20px;
right:0px;
width:200px;
}
.Carousel-Mask
{
width:1720px !important;
}
.Carousel-Mask ul li
{
width:150px !important;
}
section[data-yaft-module="tdv2-applet-under_radar"]
{
background-color:lightyellow
}
section[data-yaft-module="tdv2-applet-non-stock"], section[data-yaft-module="tdv2-applet-mf"]
{
background-color:#d0ddf6
}
#YDC-Lead
{
position: fixed;
bottom:10px;
left:60px;
}
#YDC-Nav-Stack
{margin-top:0px !important;}
}
@-moz-document url-prefix("https://finance.yahoo.com/quote") {
#Lead-2-FinanceHeader-Proxy, #Col2-0-ComboAd-Proxy, #Lead-3-FeatureBar-Proxy, .native-ad-item,
div[id*="Ad-Proxy"],div[id*="Ads-Proxy"]
{
display:none
}
}