Skip to content

Instantly share code, notes, and snippets.

@djrobby
Created August 19, 2016 19:50
Show Gist options
  • Save djrobby/01dc07c9b4adafcf721fa1734480a898 to your computer and use it in GitHub Desktop.
Save djrobby/01dc07c9b4adafcf721fa1734480a898 to your computer and use it in GitHub Desktop.
scribd.com
setInterval(function() {
$('.page-blur-promo-overlay').remove();
$('.page_missing_explanation_inner').remove();
$('.autogen_class_views_read2_page_blur_promo').remove();
$('.outer_page only_ie6_border blurred_page').remove();
$('.page-blur-promo').removeClass('page-blur-promo');
$('.page_blur_promo').remove();
$('.absimg').css('opacity', '1.0');
$('.text_layer').css('color', '#000');
$('.text_layer').css('text-shadow', '0px 0px 0px #000');
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment