Fastpic block Ads

Блокировка рекламы на fastpic.ru . Как дополнение к блокировке с помощью CSS: https://userstyles.org/styles/121886/

// ==UserScript==
// @name        Fastpic block Ads
// @description Блокировка рекламы на fastpic.ru . Как дополнение к блокировке с помощью CSS: https://userstyles.org/styles/121886/
// @namespace   FastpicAds
// @include     http://fastpic.ru/*
// @grant       none
// @version 0.0.1.20160502022555
// ==/UserScript==

$(document).ready(function () {
  $('html,body,#fff,#picContainer').click(function (e) {
    if (e.target === this) {
      window.location = '';
    }
  })
})

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址