Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Aug 13, 2023
2 parents d714da2 + 8e1ba2f commit 7de69e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions newshomepages/sources/javascript/nytimes.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ document.querySelector('[data-testid="StandardAd"]').remove()
document.querySelectorAll(
'.ad,.e1xxpj0j0'
).forEach(el => el.style.display = "none")

document.querySelector('#complianceOverlay').remove()

0 comments on commit 7de69e3

Please sign in to comment.