Guest User

Untitled

a guest
Feb 24th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. // This is really weird. It works, but only after I "inspect element" on an element on the page. I have no idea
  2. // why it doesn't work until I do that. ¯\_(ツ)_/¯ 
  3. document.querySelectorAll('.DPvwYc.H8Utbd').forEach(function(e){console.log(e.parentNode.parentNode.parentNode.style.display='none')})
Add Comment
Please, Sign In to add comment