Advertisement
jamescolin

Redirect African Internet Users

Aug 20th, 2022 (edited)
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. // url to redirect to
  3. var jamesredirecturl = 'https://le.systeme.io/traficpayant';
  4. function geoip(json){
  5.     if(json.continent_code=='AF') {
  6.         window.location.href = jamesredirecturl;
  7.     }
  8. }
  9. </script>
  10. <script async src="https://get.geojs.io/v1/ip/geo.js"></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement