Skip to content

Instantly share code, notes, and snippets.

@fakefarm
Last active March 5, 2016 20:08
Show Gist options
  • Save fakefarm/d6da05a8f8d1a47383fa to your computer and use it in GitHub Desktop.
Save fakefarm/d6da05a8f8d1a47383fa to your computer and use it in GitHub Desktop.
fakefarm.com/minty-fresh
// stylebot chrome plugin
// https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha?hl=en
// unsorted list of everything I don't want to display.
#goal,
#planning,
#txnEdit .checkboxes,
.sponsored,
.w2sView,
.module-credit-score,
.credit-score,
.AlertsView,
.GoalsView,
#movers-shakers-sponsored-link,
#module-reminders,
.advice-teaser,
.sponsored,
#module-investments,
#module-accounts,
.CashFlowView,
#logo-o2,
.MainFooterView,
.localnav-type,
#sort-loan,
#sort-investment,
#localnav-type,
#localnav-acounts,
.offer_widget_container,
.hideSpending,
#investment,
#save,
.navbar-right,
.account-header,#account-table-all-bank,
.advice-navigation,#txn-detail {
display: none ;
}
// make the table wider and to the left
.transactionPage { margin-left: -200px; }
table#transaction-list { width: 800px; }
table#txnEdit-basic {
position: fixed;
top: 35px;
right: 10px;
/* width: 200px; */
}
div#menu-category { margin-left: -115px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment