DanielHannon

adblock

Feb 7th, 2019
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.45 KB | None | 0 0
  1. var x  = 1
  2.  
  3. $(document).ready(function(){
  4.     $('._5cpr.userContentWrapper').each(function(){
  5.         var adhunt = $(this).find(':nth-child(1)').find(':nth-child(2)').find(':nth-child(1)').find(':nth-child(1)').find(':nth-child(2)').find(':nth-child(1)').find(':nth-child(1)').find(':nth-child(1)').find(':nth-child(2)').find(':nth-child(2)').find(':nth-child(1)').find(':nth-child(1)');
  6.         if (adhunt.children().length > 1) {
  7.             $(this).hide;
  8.         }
  9.     });
  10. });
Advertisement
Add Comment
Please, Sign In to add comment