ms short cf short

bypas shortlink

  1. // ==UserScript==
  2. // @name ms short cf short
  3. // @namespace http://tampermonkey.net/
  4. // @version 2024-06-17
  5. // @description bypas shortlink
  6. // @author gigih
  7. // @match https://blackwoodacademy.org/the-top-10-loan-mistakes-and-how-to-avoid-them/
  8. // @match https://*
  9. // @match https://*/*
  10. // @license MIT
  11. // @icon https://www.google.com/s2/favicons?sz=64&domain=blackwoodacademy.org
  12. // @grant none
  13. // ==/UserScript==
  14.  
  15. setInterval(function(){
  16. let msg3=document.querySelector("#swal2-title")
  17. let n=document.querySelector("#wpsafelinkhuman")
  18. let n3=document.querySelector("#wpsafe-generate > a > img")
  19. let next=document.querySelector("#wpsafelinkhuman > img")
  20. let mshost=document.querySelector("#scrolltocbt > div > div > h1")
  21. let f=document.querySelector("body > div.container > div > div > div > div > a")
  22. let btn3=document.querySelector("#image3")
  23. let msg =document.querySelector("#formButtomMessage")
  24.  
  25. let btn =document.querySelector("#cbt")
  26. if (btn){
  27. btn.click();
  28. document.querySelector("#cbt").scrollIntoView({
  29. behavior: 'smooth'
  30. });
  31. }
  32. if(msg3&&msg3.innerText.includes("Success!")){
  33. window.location.replace}
  34. if(n){
  35. n.click();}
  36. if (n3){
  37. n3.click()}
  38. if(mshost){
  39. mshost.click()}
  40. if(btn3){
  41. btn3.click()}
  42. let bt=document.querySelector("#aaoii2o")
  43. if (bt){
  44. bt.click();
  45. }
  46. if (f){
  47. f.click();}
  48. if(next){
  49. next.click();}
  50. if (msg&&msg.innerText.includes("waiting for click")){
  51. location.reload();}
  52. if (mshost&& mshost.innerText.includes("Click on the ad to continue")){
  53. location.reload()
  54. }
  55. },3000
  56. );
  57. clearInterval();
  58. setTimeout(function(){
  59. window.location.reload();},600000);