Last active
April 8, 2019 12:30
-
-
Save ivankolesnik/24b15fdd79d4ed96f2e02483610e446e to your computer and use it in GitHub Desktop.
Hide New Overclockers ad blocks in addition to uBlock Origin filters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Minimum width is 80% | |
overclockers.ru##body > .ui.container.main-wrap:style(min-width: 80%) | |
! News columns are wider than articles | |
overclockers.ru##.ui.grid > .five.wide.column:nth-of-type(2):style(width: 50% !important) | |
overclockers.ru##.ui.grid > .eleven.wide.column:nth-of-type(3):style(width: 50% !important) | |
! Return links underline in articles | |
overclockers.ru##.sixteen.wide.column.container-block > .ui.grid.material-content a:style(text-decoration: underline !important) | |
! Bigger font size and underline | |
overclockers.ru##.sixteen.wide.column.container-block .event:style(font-size: 1.2rem; line-height: 1.3rem; border-bottom: 1px solid #eee) | |
! Remove Vkontakte Block | |
overclockers.ru##div.grid.ui:nth-of-type(4):has(#vkRoot) | |
! Remove bottom news tag | |
overclockers.ru##div.right-content-wrap.grid.ui:nth-of-type(3) | |
! Display only first 17 articles in right column | |
overclockers.ru##.active.tab.bottom.ui > .with-blog.mixed-material-wrap.items.divided.ui > div.article-wrap.item:nth-of-type(n+17) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment