diff --git a/src/content.js b/src/content.js index 56af5b4..e65d1ca 100644 --- a/src/content.js +++ b/src/content.js @@ -1,8 +1,10 @@ // run_at: document_idle const ABRIL_CODE = ` - document.querySelector('body').classList.remove('disabledByPaywall') - document.querySelector('.piano-offer-overlay').remove() - document.querySelector('#piano_offer').remove() + window.setTimeout(function() { + document.querySelector('body').classList.remove('disabledByPaywall') + document.querySelector('.piano-offer-overlay').remove() + document.querySelector('#piano_offer').remove() + }, 10000) `; const INJECTION = {