NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name Napisy24.pl bypass adblock detection
// @namespace Koza-4faf8ab0623cd499330f64ecd6758fbd
// @description Ominięcie wykrywania adblocka na napisy24.pl
// @author Koza
// @icon http://files.vip-koza.pl/projects/Napisy24.pl-BypassAdblockDetection/KOZA-NAPISY24.pl-adblock.ico
// @updateURL https://openuserjs.org/meta/vipkoza/Napisy24.pl_bypass_adblock_detection.meta.js
// @downloadURL http://files.vip-koza.pl/projects/Napisy24.pl-BypassAdblockDetection/Napisy24.pl_bypass_adblock_detection.user.js
// @include http*://*napisy24.pl/*
// @version 1.3
// @grant none
// ==/UserScript==
window.$adFeedback=1;
window.$ads=1;
window.$showAds=1;
window.NOTshowEuro=1
console.log(window.NOTshowEuro);
var el= document.createElement("div");
el.setAttribute("id","190");
var el2= document.createElement("div");
el2.setAttribute("class","customreklama_pozioma");
var body = document.getElementsByTagName("body")[0];
body.appendChild(el);
body.appendChild(el2);
var iframe=document.createElement("iframe");
document.getElementById("190").appendChild(iframe);
var ins=document.createElement("ins");
document.getElementsByClassName("customreklama_pozioma").appendChild(ins);