NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name Hurriyet Reklam Engelleyici
// @description Hurriyet.com.tr reklamlari kapat.
// @author Brs
// @include http://www.hurriyet.com.tr/*
// @license MIT
// @version 1.0
// ==/UserScript==
(function() {
$('[id^="div-gpt-ad-"]').each(function(){$(this).remove()})
setTimeout(tekrar,3500)
})();
function tekrar(){
$('[id^="div-gpt-ad-"]').each(function(){$(this).remove()})
}