Created
April 13, 2017 08:23
-
-
Save koreapyj/71ebf82f9fcd135895963471f1038613 to your computer and use it in GitHub Desktop.
디시 애드블록 블록 블록
This file contains 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
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