Skip to content

Commit

Permalink
Merge pull request brave#12756 from brave/issue-12755
Browse files Browse the repository at this point in the history
Removes empty elements on CoinMarketCap
  • Loading branch information
bsclifton authored Jan 21, 2018
2 parents cef2060 + 5a376fd commit a3b96a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/extensions/brave/content/styles/removeEmptyElements.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@
#watch-channel-brand-div {
display: none !important;
}

/* CoinMarketCap Ads */
link[href*='files.coinmarketcap.com'] ~ #icobanner-wrapper,
link[href*='files.coinmarketcap.com'] ~ .container #leaderboard,
link[href*='files.coinmarketcap.com'] ~ .container #leaderboard-bottom {
display: none !important;
}

0 comments on commit a3b96a2

Please sign in to comment.