Skip to content

Instantly share code, notes, and snippets.

@Nullcaller
Last active May 11, 2024 08:37
Show Gist options
  • Save Nullcaller/10e4f99f29c9580c1eab09730a8f5428 to your computer and use it in GitHub Desktop.
Save Nullcaller/10e4f99f29c9580c1eab09730a8f5428 to your computer and use it in GitHub Desktop.
(defunct) An *AdGuard* Adblocker filter to remove all distractions from VKontakte. The latest version of this filter is always available at https://gist.github.com/Nullcaller/10e4f99f29c9580c1eab09730a8f5428/raw
! Title: VKontakte Distractions Removal
! Block Mobile Manifest (Block installation as PWA)
||m.vk.com^$replace=/<link rel=\"manifest\".*>//
! Mobile VKontakte
m.vk.com##div[class="upanel bl_cont "]
m.vk.com###lm_cont > div.pcont.fit_box:first-child > nav:nth-child(3) > ul.main_menu > li.mmi_feed:first-child > a.mm_item.al_menu
m.vk.com###lm_cont > div.pcont.fit_box:first-child > nav:nth-child(3) > ul.main_menu > li.mmi_recommended:nth-child(2) > a.mm_item.al_menu
m.vk.com###lm_cont > div.pcont.fit_box:first-child > nav:nth-child(3) > ul.main_menu > li.mmi_services:nth-child(10) > a.mm_item.al_menu
m.vk.com###lm_cont > div.pcont.fit_box:first-child > nav:nth-child(3) > ul.main_menu > li.mmi_apps:nth-child(11) > a.mm_item.al_menu
m.vk.com###lm_cont > div.pcont.fit_box:first-child > nav:nth-child(3) > ul.main_menu > li.mmi_ads:nth-child(14) > a.mm_item.al_menu
m.vk.com###l > div.leftMenu > div.leftMenu__header.mhead:first-child > a.hb_wrap.mhb_logo.al_menu:last-child > div.lmh_logo_wrap:last-child > div.hb_btn.mhi_logo.mhi_index_logo:first-child
m.vk.com###m > div.basis > div.basis__menu:nth-child(2) > div.BottomMenu:last-child > div.BottomMenu__fixed > div.BottomMenu__table > div.BottomMenu__row > div.BottomMenu__cell:first-child > a.BottomMenu__link._BottomMenu__link_js.al_tabbar
m.vk.com###mcont > div.MainMenu:first-child > div.basisDefault.basisDefault_MainMenu > div.basisDefault__row:nth-child(4)
m.vk.com###mcont > div.MainMenu:first-child > div.basisDefault.basisDefault_MainMenu > div.basisDefault__row:nth-child(5)
m.vk.com###mcont > div.MainMenu:first-child > div.basisDefault.basisDefault_MainMenu > div.basisDefault__row:last-child > div.MainMenu__menu.Pad.Pad_style_extraTopPadding.Pad_theme_gray:last-child > a.MainMenu__menuItem.al_menu.Row:nth-child(3)
m.vk.com###mcont > div.MainMenu:first-child > div.basisDefault.basisDefault_MainMenu > div.basisDefault__row.MainMenu__menu.Pad.Pad_style_extraTopPadding.Pad_theme_gray:nth-child(2) > a.MainMenu__menuItem.al_menu.MainMenu__menuItem--apps.Row:nth-child(7)
m.vk.com###mcont > div.MainMenu:first-child > div.basisDefault.basisDefault_MainMenu > div.basisDefault__row.MainMenu__menu.Pad.Pad_style_extraTopPadding.Pad_theme_gray:nth-child(2) > a.MainMenu__menuItem.al_menu.Row:nth-child(9)
! Desktop VKontakte
vk.com###main_feed
vk.com###l_svd > a.left_row:first-child
vk.com###l_job > a.left_row:first-child
vk.com###side_bar_inner > nav:first-child > ol > div.more_div.l_main:nth-child(12)
vk.com###l_mk > a.left_row:first-child
vk.com###top_nav > li.HeaderNav__item.HeaderNav__item--logo:first-child > a.TopHomeLink
vk.com###l_nwsf > a.left_row:first-child
vk.com###l_mini_apps
@Nullcaller
Copy link
Author

Unmaintained; may be defunct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment