Last active
February 28, 2016 19:09
-
-
Save haltaction/2a1b8892ca632a6f275d to your computer and use it in GitHub Desktop.
fs.to jq-selectors for remove static ads
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('#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