NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name bdi-aero-click automatic // @namespace http://joachim97.5v.pl/ // @version 0.001 // @description Skrypt automatycznie klikający w aero w "Kliknij tutaj" // @author Joachim Winkowski // @match http://bdi.free.aero2.net.pl:8080/ // @match http://bdi.free.aero2.net.pl:8080/redirect.html // @grant Joachim Winkowski // @license MIT // ==/UserScript== //var bdi1_tekst=document.querySelector("body > div > table > tbody > tr > td > form > button > span").textContent; //var bdi1_tekst = "Kliknij tutaj" if (document.querySelector("body > div > table > tbody > tr > td > form > button > span").textContent == "Kliknij tutaj" ) { document.querySelector("body > div > table > tbody > tr > td > form > button > span").click(); } else console.log("wpisz ćiaptę xd bo nie wiem jak tu weszłeś "); if (location.href == "http://bdi.free.aero2.net.pl:8080/redirect.html") {console.log("no jestem na stronie którą powinienem zamknąć"); window.close; //zrobić by to działało. close(); }