* Mumble What xtgem ads anti adblock?
img
2017-05-08 06:35 · (0)
* Mumble Adblock like killing me, more than 80% ads are forced not to appear. While the anti adblock script doesntt work on ucbrowser.
2017-05-08 06:38 · (0)
* bemethavinci * Mumble i think you should contact sir Graham or any other xtgem staff.
2017-05-08 08:03 · (0)
* Graham * bemethavinci not much I can do about ucwebs adblocker it seems to do it's blocking after javascript has finished so it's hard to detect
2017-05-08 08:26 (edited 2017-05-08 08:39 by Graham ) · (0)
* Mumble Let Me share script i found,
This is the anti ucbrowser script, not block adblocker but block uc users permanent

<p id="mumble"></p>
<script>

var cari = navigator.userAgent;
var dapet = cari.search("UCBrowser");
if(dapet>1) {

    var strs=document.URL;
    var urlnya= strs.replace("http://", "");
    var strings='<meta name="viewport" content="width=device-width, initial-scale=1.0"><h3 align="center"> Maaf, website kami tidak dapat dibuka dengan baik jika anda menggunakan UCBrowser<br/><br/>klik tombol pilih dibawah ini , lalu salin/copy dan buka menggunakan browser lain (seperti Chrome, Opera, dll)<br/><br/><input type="text" class="teks" value="'+ document.URL  +'" size="50"><br/> <button class="js-copy-btn">Pilih</button><br/></h3>';


    document.getElementById("mumble").innerHTML = strings;

var copyTextareaBtn = document.querySelector('.js-copy-btn');

copyTextareaBtn.addEventListener('click', function(event) {
  var copyTextarea = document.querySelector('.teks');
  //copyTextarea.select();
copyTextarea.selectionStart=0;
copyTextarea.selectionEnd=copyTextarea.value.length;

  try {
    var successful = document.execCommand('copy');
    var msg = successful ? 'successful' : 'unsuccessful';
    console.log('Copying text command was ' + msg);
  } catch (err) {
    console.log('Oops, unable to copy');
  }
});

   exit();
}

function exit( status ) {
    // http://kevin.vanzonneveld.net
    // +   original by: Brett Zamir (http://brettz9.blogspot.com)
    // +      input by: Paul
    // +   bugfixed by: Hyam Singer (http://www.impact-computing.com/)
    // +   improved by: Philip Peterson
    // +   bugfixed by: Brett Zamir (http://brettz9.blogspot.com)
    // %        note 1: Should be considered expirimental. Please comment on this function.
    // *     example 1: exit();
    // *     returns 1: null

    var i;

    if (typeof status === 'string') {
        alert(status);
    }

    window.addEventListener('error', function (e) {e.preventDefault();e.stopPropagation();}, false);

    var handlers = [
        'cut',
        'beforeunload', 'blur', 'change', 'contextmenu', 'focus', 'keydown', 'keypress', 'keyup', 'mousedown', 'mousemove', 'mouseout', 'mouseover', 'mouseup', 'resize', 'scroll',
        'DOMNodeInserted', 'DOMNodeRemoved', 'DOMNodeRemovedFromDocument', 'DOMNodeInsertedIntoDocument', 'DOMAttrModified', 'DOMCharacterDataModified', 'DOMElementNameChanged', 'DOMAttributeNameChanged', 'DOMActivate', 'DOMFocusIn', 'DOMFocusOut', 'online', 'offline', 'textInput',
        'abort', 'close', 'dragdrop', 'load', 'paint', 'reset', 'submit', 'unload'
    ];

    function stopPropagation (e) {
        e.stopPropagation();
        // e.preventDefault(); // Stop for the form controls, etc., too?
    }
    for (i=0; i < handlers.length; i++) {
        window.addEventListener(handlers[i], function (e) {stopPropagation(e);}, true);
    }

    if (window.stop) {
        window.stop();
    }

    throw '';
}

</script>

Copy code
2017-05-08 08:58 (edited 2017-05-08 09:02 by Mumble ) · (0)
* bemethavinci * Mumble nothinq is impossible to do...i wish i could help...but im not advanced yet....sorry bro!...
2017-05-08 11:14 · (0)
* bemethavinci * Mumble nothinq is impossible to do...i wish i could help...but im not advanced yet....sorry bro!...
2017-05-08 11:15 · (0)
* maltefky * bemethavinci Bro which ads u use
2017-05-10 02:51 · (0)
* bemethavinci * maltefky no time for my site now...but i suggest you use popads...its good and u will enjoy its service because they pay well but u must have a custom domain like .net...com...etc...you can also use .cf.ga...etc...whats your site url?
2017-05-10 04:44 · (0)
* maltefky * bemethavinci My site url is maltewap.cf xtgem and arewafile.cf wapqu site
2017-05-10 10:38 · (0)

Online: Guests: 1