Last active
August 29, 2015 14:15
-
-
Save ixth/a0d0bd47d794c39ea0fb to your computer and use it in GitHub Desktop.
Blacklist annoying social networks comments
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
! Лочим виджеты «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 |
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
!Лочим виджеты «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