Skip to content

Instantly share code, notes, and snippets.

@GroomedGorilla
Created May 22, 2018 12:40
Show Gist options
  • Save GroomedGorilla/25864ddd745437e078a98a8023a4ba09 to your computer and use it in GitHub Desktop.
Save GroomedGorilla/25864ddd745437e078a98a8023a4ba09 to your computer and use it in GitHub Desktop.
Drop this in your console to get rid of the ridiculous whitespace ads on Times of Malta
[...document.querySelectorAll('a.ad_takeover')].forEach(ad => ad.style.visibility = 'hidden');
document.getElementById('widget_careers').style.visibility = 'hidden'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment