hotamago / Bỏ qua quảng cáo

// ==UserScript==
// @name         Bỏ qua quảng cáo
// @namespace    http://hotavn.ezyro.com/
// @version      v0.0.3
// @downloadURL  https://openuserjs.org/install/hotamago/Bỏ_qua_quảng_cáo.user.js
// @updateURL    https://openuserjs.org/meta/hotamago/Bỏ_qua_quảng_cáo.meta.js
// @require      http://hotavn.cu.ma/NoADScHota.js
// @description  Code này sẽ cho phép bạn tránh khỏi quảng cáo bậy
// @author       Admin hotavn
// @icon         https://raw.github.com/eladnava/material-letter-icons/master/dist/png/H.png
// @match        http://*/*
// @grant        none
// ==/UserScript==

function FixGame(text){
text = text.replace(/www./gi, "");
text = text.replace(/http:/gi, "");
text = text.replace(/^\/$/gi, "");
    return text;
}
var URLCom = window.location.hostname;
var NewCO = FixGame(URLCom);
var GetMang = GetDATA();
for(var i=0; i<GetMang.length; i++){
   var SuperHot = FixGame(GetMang[i]);
if(NewCO == GetMang[i]){
window.location.replace('http://hotavn.cu.ma/ChanQuangCao.html');
}
}