Sleazy Fork is available in English.

Обсуждения » Разработка

ChooserUserForTLSalgeria

§
Создано: 30.12.2018
Отредактировано: 30.12.2018

ChooserUserForTLSalgeria

// ==UserScript== // @name ChooserUser // @namespace http://tampermonkey.net/ // @version 0.1 // @description ChangeUserIfTheAncienExpired // @author MegaBouSs // @match https://dz2fr.tlscontact.com/dz/ORN/login.php // @grant God // ==/UserScript==

/FromIndexToLogin/ if ( ( window.location.href).indexOf("index") > -1 ) { document.querySelector("#header > div.header-nav > a:nth-child(2)").click();} /ChangeEmail/ if ( ( document.documentElement.textContent || document.documentElement.innerText ).indexOf("temporairement verrouillé") > -1 ) { var standartPassword="*******"; document.getElementById("pwd").value= standartPassword ;

var User1="exemple1@exemple.com",
    User2="exemple2@exemple.com",
    User3="exemple3@exemple.com",
    User4="exemple4@exemple.com",
    User5="exemple5@exemple.com",
var actualEmail=document.getElementById("email");

if(actualEmail.value.indexOf(User1) > -1){actualEmail.value=User2} else if(actualEmail.value.indexOf(User2) > -1){actualEmail.value=User3} else if(actualEmail.value.indexOf(User3) > -1){actualEmail.value=User4} else if(actualEmail.value.indexOf(User4) > -1){actualEmail.value=User5} else{alert("Plus de compte mon ami(e)")}; }; /Conect/ setTimeout(function(){ if ( ( document.location.href ).indexOf("login") > -1 ) { document.querySelector("#login_form > div:nth-child(5) > input").click();}}, 1000);

In view of the new update of the TLScontacte Algerie website To monitor the availability of appointments on the TLS website. create 5 cobays accounts and replace them in the script below.

This program only works if you enable the option of automatic account backup on the google chrome parameter.

Je viens de tester ce script il ne donne rien pouvez-vous donner plus d'explications merci d'avance

salut
pouvez m aider
je suis au maroc et le script remove fulldate ne marche pas malgre le changement de site
merci beaucoup

Ответить

Войдите, чтобы ответить.