32 0 14KB
// // // // // // // // // // // // // //
==UserScript== @name BLS Alert 2 @namespace http://tampermonkey.net/ @version 2.0.3 @description bls aler P|R|C Clean Refresh Alarm Notif @author @ItsHellal @match *://*.algeria.blsspainvisa/appointment_family.php @match *://*.algeria.blsspainvisa/*/appointment_family.php @match https://algeria.blsspainvisa.com/appointment.php @match *://*.algeria.blsspainvisa/*/appointment.php @match *://*.algeria.blsspainvisa/embassy_appointment.php @match *://*.algeria.blsspainvisa/*/embassy_appointment.php @grant none ==/UserScript==
var gun=setInterval(function(){ if (document.getElementById("app_date").Value.length === 0) { setTimeout(function(){window.location.reload(1);}, 40*10000);; } if (document.getElementsByClassName('day activeClass').length !==0) { new Audio('https://www.soundjay.com/mechanical/sounds/machine-gun02.mp3').play(); clearInterval(gun); } }, 3000)