Close ADS

Close unwanted popup ads

ของเมื่อวันที่ 17-02-2018 ดู เวอร์ชันล่าสุด

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

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

คุณจะต้องติดตั้งส่วนขยาย เช่น 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         Close ADS
// @namespace    http://tampermonkey.net/
// @version      0.51
// @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/*
// @match        https://serve.popads.net/*
// @match        http://pipeschannels.com/*
// @match        http://target1.track-p958o4.link/*
// @match        http://www.performanceadexchange.com/script/preurl.php?r=*
// @match        http://asdfz.pro/*
// @match        http://pgy.ginx.gdn/*
// @match        http://adexchangeprediction.com/script/packcpm.php?*
// @match        https://onclkds.com/*
// @match        http://unhardward.com/*
// @match        http://track.absoluteclickscom.com/redirect?target=*
// @match        http://track.aptitudemedia.co/redirect?target=*
// @match        http://redonetype.com/*
// @match        https://www.onclickmax.com/script/preurl.php?r=*
// @match        https://deloton.com/*
// @match        http://www.buzzadnetwork.com/jump/next.php?*
// @match        http://lie2anyone.com/watch?key=*
// @match        http://syndication.exdynsrv.com/splash.php?*
// @match        http://fapmeth.com/afu.php?*
// @match        http://track.aptitudemedia.co/redirect?*
// @match        http://h8vzwpv.com/watch?*
// @grant        none
// ==/UserScript==
/* jshint -W097 */
'use strict';

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