Advertisement
VladislavNechepaev

Untitled

Mar 9th, 2021
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function checkBrowser(){
  2.     var isSafari = /constructor/i.test(window.HTMLElement) || (function (p) { return p.toString() === "[object SafariRemoteNotification]"; })(!window['safari'] || (typeof safari !== 'undefined' && window['safari'].pushNotification));
  3.     return isSafari
  4.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement