/* Remove sidebars from Fark */
@-moz-document domain("fark.com") {
  .leaderboard, .newtoolbar
    { display: none !important }
}