Created
May 22, 2018 12:40
-
-
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
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('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