Skip to content

Instantly share code, notes, and snippets.

@Lewiscowles1986
Created October 29, 2017 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lewiscowles1986/e315ff0796379c7806155e93fbdcbcd3 to your computer and use it in GitHub Desktop.
Save Lewiscowles1986/e315ff0796379c7806155e93fbdcbcd3 to your computer and use it in GitHub Desktop.
Unblock mens health
[].slice.call(document.querySelectorAll('.ad-blocker-custom-blur')).map(function(elem,idx){
elem.className = '';
});
javascript:[].slice.call(document.querySelectorAll('.ad-blocker-custom-blur')).map(function(elem,idx){ elem.className = ''; });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment