Prevent ad popups by hosted videos on sites like: kshow123.net

Disables annoying ad popups

// ==UserScript==
// @name        Prevent ad popups by hosted videos on sites like: kshow123.net
// @description Disables annoying ad popups
// @author      the friendly anon
// @namespace   @anon
// @match       http://mixdrop.sx/*
// @match       https://mixdrop.sx/*
// @match       http://asianembed.io/*
// @match       https://asianembed.io/*
// @match       http://kshow123.net/*
// @match       https://kshow123.net/*
// @grant       none
// @version     1.2
// @run-at document-start
// ==/UserScript==

window.open = ()=>void 0;