0% found this document useful (0 votes)
227 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)
227 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

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy