Skip to content

Instantly share code, notes, and snippets.

@mgonzaleza
Last active January 9, 2017 01:43
Show Gist options
  • Save mgonzaleza/7d5ed09fd9815088a251b41825fcedf1 to your computer and use it in GitHub Desktop.
Save mgonzaleza/7d5ed09fd9815088a251b41825fcedf1 to your computer and use it in GitHub Desktop.
Nacion.com Paywall Removal
(function(){
var paywall = $('.LNA_paywall_modal_wrapper');
paywall.prev().remove();
paywall.remove();
$('#alerta_suscripcion_paywall').parent().remove();
$('#doc').css('position', 'relative');
$('#ad-fixed-top').remove();
$('#onesignal-bell-container').remove();
$('.suscribase').remove();
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment