Back to Repository

اصلاح پروانه

0 upvotes
By apalipz@gmail.com
Before page load (document_start)

Description

اصلاح پروانه

Match Pattern

http://eservices.guilan-nezam.ir/cartable/controllerchangeprv/controlmapSnapi.t2t

Script Code

var inputSubmit = document.querySelector('[name="send"]');
function refresh() {    
    setTimeout(() => {
        location.reload()
    }, 400);
}

function playAudio(url) {
            new Audio(url).play();
};

if(inputSubmit){
    document.querySelector('[name="send"]').click();
      playAudio('https://yektatour.ir/11.mp3');
}else{
    refresh();
}
Install requires the InjectJS Chrome extension. Scripts run only on sites matching the pattern above. Review code before installing any community script.