Close ADS

Close unwanted popup ads

اعتبارا من 18-06-2017. شاهد أحدث إصدار.

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 or Violentmonkey 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.

ستحتاج إلى تثبيت إضافة مثل Stylus لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتتمكن من تثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

(لدي بالفعل مثبت أنماط للمستخدم، دعني أقم بتثبيته!)

// ==UserScript==
// @name         Close ADS
// @namespace    http://tampermonkey.net/
// @version      0.31
// @description  Close unwanted popup ads
// @author       You
// @match        http://www.tradeadexchange.com/*
// @match        http://onclickads.net/*
// @match        http://www.avtv.cc/*
// @match        http://www.terraclicks.com/*
// @match        http://apapi.dc121677.com/*
// @match        http://videowood.tv/pop
// @match        http://www.adcash.com/ad/*
// @match        http://serve.popads.net/*
// @match        http://ad.directrev.com/*
// @match        http://www.onclickpredictiv.com/*
// @match        http://adv.videomega.tv/*
// @match        http://see-work.info/*
// @match        http://adplexmedia.adk2x.com/*
// @match        http://adrunnr.com/*
// @match        http://*.mackeeper.com/*
// @match        http://serve.popads.net/*
// @match        http://track.frwdx.com/*
// @match        http://wp0p1.redirectvoluum.com/*
// @match        http://www.duplicashapp.com/dream-silver.php?t=*
// @match        http://online-bizlovers.com/my/*
// @match        http://prestoris.com/afu.php?zoneid=*
// @match        http://appsyst.s3.amazonaws.com/
// @match        http://trk.servedbytrackingdesk.com/*
// @match        http://www.orion-code-access.net/?t=*
// @match        http://www.clicksgear.com/watch?key=*
// @match        http://www.trackingclick.net/redirect?target=*
// @match        http://engine.spotscenered.info/Redirect.eng?*
// @match        http://birdieulx.com/?&tid=*
// @match        http://milblueprint.com/*
// @grant        none
// ==/UserScript==
/* jshint -W097 */
'use strict';

// Your code here...
setInterval(function(){window.close();},100);