Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ivankolesnik/24b15fdd79d4ed96f2e02483610e446e to your computer and use it in GitHub Desktop.
Save ivankolesnik/24b15fdd79d4ed96f2e02483610e446e to your computer and use it in GitHub Desktop.
Hide New Overclockers ad blocks in addition to uBlock Origin filters
! 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