Juick AdBlock

Вырезка пустого блока рекламы

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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           Juick AdBlock
// @description    Вырезка пустого блока рекламы
// @icon           https://lh5.ggpht.com/6QKa9iWVq9KDYAJB1ZtL1mh-xR6x-U5UO7sR37b9LLtpkAK0tcAE1XBx83gLz168Qhg=w300
// @include        http://juick.com/*
// @grant          none
// @version 0.0.1.20141212220857
// @namespace https://greasyfork.org/users/7568
// ==/UserScript==

//var div = document.getElementsByClassName('title2')[0]; // получаем див
//div.parentNode.removeChild(div.nextSibling.nextSibling);

var div = document.getElementById('yandex_ad_728'); // получаем див
div.parentNode.removeChild(div);