temizdonanimhaber

donanimhaber forumlarındaki reklamları engeller

Dovrai installare un'estensione come Tampermonkey, Greasemonkey o Violentmonkey per installare questo script.

You will need to install an extension such as Tampermonkey to install this script.

Dovrai installare un'estensione come Tampermonkey o Violentmonkey per installare questo script.

Dovrai installare un'estensione come Tampermonkey o Userscripts per installare questo script.

Dovrai installare un'estensione come ad esempio Tampermonkey per installare questo script.

Dovrai installare un gestore di script utente per installare questo script.

(Ho già un gestore di script utente, lasciamelo installare!)

Advertisement:

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione come ad esempio Stylus per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

Dovrai installare un'estensione per la gestione degli stili utente per installare questo stile.

(Ho già un gestore di stile utente, lasciamelo installare!)

Advertisement:

// ==UserScript==
// @name temizdonanimhaber
// @namespace Violentmonkey Scripts
// @grant none
// @description donanimhaber forumlarındaki reklamları engeller
// @description:en donanimhaber forumlarındaki reklamları engeller
// @include https://donanimhaber.com/*
// @include https://*.donanimhaber.com/*
// @include http://donanimhaber.com/*
// @include http://*.donanimhaber.com/*
// @version 0.0.1.20161212140338
// ==/UserScript==
var myVar = setInterval(myTimer, 1000);

function myTimer() {
    window.location = document.getElementById('btnpass').href
}

$(document).ready(function(){ 
  $("tr[bgcolor='#FFFFFF']").remove();
  $("tr[class='r-ustkonu']").remove();
  $("tr[class='ustkonu']").remove();
  $(".konulisteTextReklam").remove();
  $("#Table7").remove();
  $("td[width='13%'").remove();
  $("td[width='10'").remove();
  $("img[src^='http://adserve.donanimhaber'").parent().remove();
  $("a[href='/m_94015223/tm.htm']").parent().parent().parent().parent().remove();
  $("img[src='http://icon.donanimhaber.com/avantajx_buton.png']").parent().remove();
  $("img[src='http://icon.donanimhaber.com/gfbuton.png']").parent().remove();
  $(".sagtaraf").remove();
  $("div[class*='Reklam']").remove();
  $("div[class*='reklam']").remove();
});
//window.addEventListener ("load", pageFullyLoaded);