Skip to content

Instantly share code, notes, and snippets.

@haltaction
Last active February 28, 2016 19:09
Show Gist options
  • Save haltaction/2a1b8892ca632a6f275d to your computer and use it in GitHub Desktop.
Save haltaction/2a1b8892ca632a6f275d to your computer and use it in GitHub Desktop.
fs.to jq-selectors for remove static ads
$('#contentInner > div[class^=b-]').remove();
$('.l-tab-item-content > div[class^=b-] > div:first').remove();
$('.l-content .b-nowviewed').prev().prev().remove();
$('.b-section-list > div[class^=b-]').not('.b-pager__wrap').remove();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment