您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
detailled reports of openning appointements
// ==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);}
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址