Advertisement
thisguyneil

Test

Oct 4th, 2021
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. if ("<caption class='TEXTLARGE '>Front Desk Filters</caption>") == true {
  2.  
  3. (function() [
  4. 'use strict';
  5.  
  6. var delayInMiliseconds = 10000;
  7. var button = document.querySelector('#sb_submit.btn.btn-primary.btn-bar');
  8.  
  9. setInterval(function(){
  10. button.click();
  11. }, delayInMiliseconds);
  12. ])();
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement