Skip to content

Instantly share code, notes, and snippets.

@koreapyj
Created April 13, 2017 08:23
Show Gist options
  • Save koreapyj/71ebf82f9fcd135895963471f1038613 to your computer and use it in GitHub Desktop.
Save koreapyj/71ebf82f9fcd135895963471f1038613 to your computer and use it in GitHub Desktop.
디시 애드블록 블록 블록
document.querySelectorAll('body > div[style]:not([id])').forEach(function(elem){
if(elem.style.position!='fixed')return;
elem.style.display = 'none';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment