temizdonanimhaber

donanimhaber forumlarındaki reklamları engeller

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==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);