Minhseu123

Linkvertise Bypasser Android & PC

Jun 5th, 2022 (edited)
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Please copy the code down below (don't copy this) and paste it in the search bar and press enter
  2. // Bypass API was not made by me
  3. // Code :
  4.  
  5. javascript:(function() {
  6.     var bypassed = "https://bypass.bot.nu/bypass2?url=" + window.location;
  7.     var request = new XMLHttpRequest();
  8.    
  9.     request.open("GET", bypassed);
  10.     request.send();
  11.     request.addEventListener("load", function() {
  12.         var response = JSON.parse(this.responseText);
  13.         if (response.success) {
  14.             window.location = response.destination;
  15.         } else {
  16.             alert(response.msg);
  17.         }
  18.     });
  19. })();
Add Comment
Please, Sign In to add comment