malygos / AdBlock Maly

// ==UserScript==
// @name         AdBlock Maly
// @include      *
// @grant        none
// ==/UserScript==

if ( iamon('extremetech')){
    _remove('div[id*="trc_wrapper"]:has(a[href*="http://popup.taboola"])', 10)
    _remove('#bannerad')
    _remove('div[id*="google_ads_"]', 10)
    _remove('.widget_gptwidget', 10)
}

if (iamon ('wired.com')){
    _remove('#veil')
    document.body.style.overflow = 'scroll';
}

if(iamon('view_video.php?viewkey=')){
    _remove('.video-wrapper>div.clear', 3)
    _remove('#hd-rightColVideoPage>div:eq(0)', 1)
}

if ( iamon('clubic')){
  _remove('iframe[allowfullscreen=true]')
}