$('.adblock_detected').val($('.textad').is(':visible')?0:1);
$(document).ready(function(){$(".loding").hide(),$("#report").hide(),$("#submit").click(function(e){var o=$(".g-recaptcha-response").val();var adblock=$(".adblock_detected").val();$(".loding").show(),$.ajax({type:"POST",url:"https://dl-3.galaxyfirmware.com/model/SM-A125W/BWA/A125WVLU3BVG4",data:{captcha:o,adblock:adblock},success:function(e){$("#report").show(),$("#report").html(e),$(".loding").hide()}})})});