Created
July 18, 2018 16:12
-
-
Save kldeb/5300f89ac279996cfcbc6227e2fe7eaa to your computer and use it in GitHub Desktop.
Hide National Post Ad blocker overlay
This file contains hidden or 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
.fc-dialog-overlay { | |
display: none; | |
} | |
.fc-root { | |
display: none; | |
} | |
.fc-dialog-container { | |
display: none; | |
} | |
body { | |
overflow: scroll !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment