Skip to content

Instantly share code, notes, and snippets.

View mgonzaleza's full-sized avatar

Mauricio Gonzalez mgonzaleza

View GitHub Profile
@mgonzaleza
mgonzaleza / gist:7d5ed09fd9815088a251b41825fcedf1
Last active January 9, 2017 01:43
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();
})();