2
I have a problem with Banner do Ebit When the user has some Adblocker installed it keeps running in loop and overloads the browser because the page does not stop reloading and hangs I want to identify if the person has Adblock and if yes, neither load the banner, otherwise load normally.
I tried to use the Fuckadblock to do this, but when I have difficulty inserting the banner after the negative answer.
The code below is a short version of what is required for the banner to load.
<param/> <!-- parâmetros do consumidor -->
<a id="bannerEbit"></a> <!-- Aqui é carregado o Banner com o background e o link -->
<script id="getSelo" src="ebit.com.br/getselo"> <!-- Chama o script do ebit -->
"I have difficulty inserting the banner after the negative answer".. what would be the difficulty?
– Sam
i put a Document.write('<a id="bannerEbit"></a>') if the person does not have Adblock, but so he does not "sync" with the script and does not load the banner. Not to mention that it loads this <a> but ignores the rest of the page
– Ciano Barbarossa