Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #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 committed Jan 21, 2018
1 parent f5aed41 commit cc73feb
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 cc73feb

Please sign in to comment.