0% found this document useful (0 votes)
243 views1 page

BLS 1

Uploaded by

mahouchemahdi133
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
243 views1 page

BLS 1

Uploaded by

mahouchemahdi133
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

// ==UserScript==// @name bot v5// @namespace http://tampermonkey.

net/// @version 3//


@description autofill blsspain// @author infovissa// @match
https://www.blsspainmorocco.net/mar/home/index// @match
https://blsspainmorocco.net/*/blsAppointment/ManageAppointment*// @match https:////
@downloadURL none// ==/UserScript== ‘use strict’ ;/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*//*$$ IMAGES LINKS $$ IMAGES LINKS
$$*//*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
const Images = [{ mohammedamineibka : ‘https://i.postimg.cc/q7HHs3jM/Compress-
20231004-231329-9753.jpg’,// }] ;/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
$$$$$$$$$$$$$$$$$$$$$$*//* DON’T TOUTCH ANYTHING $$ DON’T TOUTCH
ANYTHING $$ DON’T TOUTCH ANYTHING $$ DON’TTOUTCH ANYTHING *//*$$$$
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/if
(document.querySelector(‘#progress-percent’).textContent == ‘0%’) { var slo = ‘’ ; var ttt ;
for (let i = 1 ; i <= 10 ; i++) { const elementId = ‘AppointmentDate’ + i ; const element = $
(‘#’ + elementId) ; if (element.is(‘ :visible’)) { slo = elementId ; } } var ids =
[‘AppointmentSlot1’, ‘AppointmentSlot2’, ‘AppointmentSlot3’,’AppointmentSlot4’,
‘AppointmentSlot5’] ; ids.forEach(function (id) { var element = $(« .k-widget.k-
dropdown.form-control[aria-owns=’ » + id + »_listbox’] ») ; if (element.is(« :visible »)) { ttt
= « AppointmentSlot » + id.slice(15) ; } }) ; var modifiedTemplate = function (data) { var
html = ‘<div class= »slot-item ‘ ; if (data.Count < eval(data.Code)) { html += ‘bg-danger »
style= »border-radius : 8px ;padding : 4px 18px 4px18px ;cursor :not-
allowed ;color :white ; »>’ ; html += data.Name ; } else { html += ‘bg-success »
style= »border-radius : 8px ;padding : 4px 18px 4px18px ;cursor :pointer ;color :white ; »>’ ;
html += data.Name + ‘ ‘ + data.Count ;

You might also like