temizdonanimhaber

donanimhaber forumlarındaki reklamları engeller

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey, Greasemonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

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

คุณจะต้องติดตั้งส่วนขยาย เช่น Tampermonkey หรือ Violentmonkey เพื่อติดตั้งสคริปต์นี้

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

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

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

(I already have a user script manager, let me install it!)

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.

(I already have a user style manager, let me install it!)

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