Skip to content

Instantly share code, notes, and snippets.

@ahallrq
Last active May 1, 2021 11:41
Show Gist options
  • Save ahallrq/b1810bb8e6a8efde4864dd56deafdfdd to your computer and use it in GitHub Desktop.
Save ahallrq/b1810bb8e6a8efde4864dd56deafdfdd to your computer and use it in GitHub Desktop.
uBlock Origin filters to hide SelfWealth social and portfolio alignment anti-features.
! Hide profile name and portfolio "health" widget
secure.selfwealth.com.au##.col-xs-top-twenty.col-sm-top-twenty.f-col-xl-5.f-col-lg-6.f-col-xs-12
! Hide alignment widget
secure.selfwealth.com.au##.alignmentWidget.col-xs-top-twenty.col-sm-top-twenty.f-col-lg-4.f-col-xs-12
! Hide social "top portfolios" carousel
secure.selfwealth.com.au##div.f-col-sm-6.f-col-xs-12:nth-of-type(1)
! Hide social, alignment, comparisons and target portfolio menu entries.
secure.selfwealth.com.au##.nav-people
secure.selfwealth.com.au##.nav-alignment
secure.selfwealth.com.au##.nav-compare
secure.selfwealth.com.au##[href="/Target"]
! Make the performance chart take up the full width of the page
secure.selfwealth.com.au##.perf-chart-widget.f-col-lg-8.f-col-xs-12:style(flex: 0 0 100% !important; max-width: 100% !important)
! Make "top stocks" carousel take up the full width of the page
secure.selfwealth.com.au##.col-xs-top-twenty.f-col-sm-6.f-col-xs-12:style(flex: 0 0 100% !important; max-width: 100% !important)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment