Skip to content

Instantly share code, notes, and snippets.

@ixth
Last active August 29, 2015 14:15
Show Gist options
  • Save ixth/a0d0bd47d794c39ea0fb to your computer and use it in GitHub Desktop.
Save ixth/a0d0bd47d794c39ea0fb to your computer and use it in GitHub Desktop.
Blacklist annoying social networks comments
! Лочим виджеты «100500 пользователям нравится это»
|vk.com/widget_community.php*|
|facebook.com/plugins/like_box.php*|
## .fb-like-box, #vk_groups
! Лочим каменты на ютубе
|apis.google.com/*/*/*/*/*/widget/render/comments*|
youtube.com## #watch-discussion
! Лочим каменты в vk
|vk.com/al_wall.php?act=get_replies*|
vk.com##.replies_wrap
!Лочим каменты в fb
|facebook.com/ajax/ufi/comment_fetch.php*|
facebook.com##.UFIFirstCommentComponent, .UFIComment
!Лочим виджеты «100500 пользователям нравится это»
||vk.com/widget_community.php*
||facebook.com/plugins/like_box.php*
#$# .fb-like-box, #vk_groups { display: none; }
!Лочим каменты на ютубе
||apis.google.com/*/*/*/*/*/widget/render/comments
||youtube.com#$# #watch-discussion { display: none; }
!Лочим каменты в vk
||vk.com/al_wall.php?act=get_replies*
||vk.com#$#.replies_wrap { display: none; }
!Лочим каменты в fb
||facebook.com/ajax/ufi/comment_fetch.php*
||facebook.com#$#.UFIFirstCommentComponent, .UFIComment { display: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment