Skip to content

sarankavalan/Delete-it-

Repository files navigation

javascript:(function(){const scripts=[{selector:'select[name="form:dtable:0:j_id_jsp_1557668030_17"]',value:'Consumer'},{selector:'select[name="form:dtable:1:j_id_jsp_1557668030_17"]',value:'No'},{selector:'select[name="form:dtable:2:j_id_jsp_1557668030_17"]',value:'No'},{selector:'select[name="form:dtable:3:j_id_jsp_1557668030_17"]',value:'Unauthorized'},{selector:'select[name="form:dtable:4:j_id_jsp_1557668030_17"]',value:'Yes'},{selector:'select[name="form:dtable:5:j_id_jsp_1557668030_17"]',value:'Yes'},{selector:'select[name="form:dtable:6:j_id_jsp_1557668030_17"]',value:'Yes'},{selector:'select[name="form:dtable:8:j_id_jsp_1557668030_17"]',value:'Yes'},{selector:'select[name="form:dtable:9:j_id_jsp_1557668030_17"]',value:'No'},{selector:'select[name="form:dtable:10:j_id_jsp_1557668030_17"]',value:'No'},{selector:'select[name="form:dtable:11:j_id_jsp_1557668030_17"]',value:'No'},{selector:'select[name="form:dtable:12:j_id_jsp_1557668030_17"]',value:'No'},{selector:'select[name="form:dtable:13:j_id_jsp_1557668030_17"]',value:'No'},{selector:'select[name="form:dtable:15:j_id_jsp_1557668030_17"]',value:'No'},{selector:'select[name="form:dtable:16:j_id_jsp_1557668030_17"]',value:'No'},{selector:'select[name="form:dtable:17:j_id_jsp_1557668030_17"]',value:'No'},{selector:'select[name="form:dtable:19:j_id_jsp_1557668030_17"]',value:'No'},{selector:'select[name="form:dtable:20:j_id_jsp_1557668030_17"]',value:'No'},{selector:'select[name="form:dtable:23:j_id_jsp_1557668030_17"]',value:'No'},{selector:'select[name="form:dtable:26:j_id_jsp_1557668030_17"]',value:'No'},{selector:'select[name="form:dtable:43:j_id_jsp_1557668030_17"]',value:'No'}];const style=document.createElement('style');style.textContent='#upiPopup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:white;padding:20px;border-radius:8px;box-shadow:0 5px 20px rgba(0,0,0,0.3);z-index:10000;font-family:Arial,sans-serif;min-width:300px;}#upiPopup h3{margin-top:0;color:#333;}#upiPopup button{background:#4CAF50;color:white;border:none;padding:12px 24px;border-radius:4px;cursor:pointer;font-size:16px;width:100%;margin-top:10px;transition:background 0.3s;}#upiPopup button:hover{background:#45a049;}#upiPopup button:disabled{background:#cccccc;cursor:not-allowed;}.progress-bar{height:6px;background:#e0e0e0;border-radius:3px;margin-top:15px;overflow:hidden;}.progress-fill{height:100%;background:#4CAF50;width:0%;transition:width 0.3s;}.status-text{margin-top:10px;font-size:14px;color:#666;text-align:center;}.overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);z-index:9999;}';document.head.appendChild(style);const overlay=document.createElement('div');overlay.className='overlay';const popup=document.createElement('div');popup.id='upiPopup';popup.innerHTML='

UPI Form Filler

Click the button below to fill all UPI form fields sequentially.

Execute UPI Scripts
Ready to execute
';document.body.appendChild(overlay);document.body.appendChild(popup);const upiButton=document.getElementById('upiButton');const progressFill=document.querySelector('.progress-fill');const statusText=document.querySelector('.status-text');let currentIndex=0;async function executeScriptsSequentially(){upiButton.disabled=true;upiButton.textContent='Executing...';for(let i=0;i<scripts.length;i++){currentIndex=i;const script=scripts[i];const progress=((i+1)/scripts.length)*100;progressFill.style.width=progress+'%';statusText.textContent=Executing field ${i+1} of ${scripts.length}...;const element=document.querySelector(script.selector);if(element){element.value=script.value;element.dispatchEvent(new Event('change',{bubbles:true}));element.dispatchEvent(new Event('input',{bubbles:true}));}await new Promise(resolve=>setTimeout(resolve,100));}progressFill.style.width='100%';statusText.textContent='All fields filled successfully!';upiButton.textContent='Completed!';setTimeout(()=>{document.body.removeChild(overlay);document.body.removeChild(popup);document.head.removeChild(style);},2000);}upiButton.addEventListener('click',executeScriptsSequentially);overlay.addEventListener('click',()=>{document.body.removeChild(overlay);document.body.removeChild(popup);document.head.removeChild(style);});})();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors