Advertisement
RauchenwaldC

Untitled

Apr 10th, 2022
1,192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. function getURLParameterSkipOTO(e){return decodeURIComponent((RegExp(e+"=(.+?)(&|$)").exec(location.search)||[,null])[1])}function getURLParameterExact(e){for(var t=window.location.search.substring(1).split("&"),n=0;n<t.length;n++){var r=t[n].split("=");if(r[0]==e)return r[1]}}
  3.  
  4.   var cf_uvid = getURLParameterSkipOTO("cf_uvid");
  5.   var skipOTOPurchasesArr = (localStorage.getItem('cfpsPurchases_arr') !== null) ? JSON.parse(localStorage.getItem('cfpsPurchases_arr')) : false;
  6.  
  7.   if (skipOTOPurchasesArr !== false) {
  8.     for (var nPageID in skipOTOPurchasesArr) {
  9.       for (var nProductID in skipOTOPurchasesArr[nPageID]) {
  10.         if (nProductID == "3606430") {
  11.           window.location.replace("https://demo.cfpowerscripts.com/cfps-demo-downsell-oto" + "?cf_uvid=" + cf_uvid);
  12.           break;
  13.         }
  14.       }
  15.     }
  16.   }
  17. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement