FYI for anyone looking for this later on. If you want the station bar to show all the time without having to scroll down, you can grab a browser extension like Stylebot and add this to Pandora: .MiniBar.MiniBar--premium.MiniBar--searchT3 { opacity: 1 ; } Also, if you want to use Pandora in Dark Mode, you can include all of this to Stylebot: .region-main__content { background-color: #121212 ; } .Nav.Nav--lightTheme.Nav--premium { background-color: #666666 ; } .sticky { padding-top: 1em ; background: #121212 ; } .region-main__content { border-top: 1px solid ; } .Footer.Footer--withTuner.Footer--nowPlaying { background: #121212 ; } .MiniBar.MiniBar--premium.MiniBar--searchT3 { opacity: 1 ; }
... View more