Last Login: 1 month ago
Popularity: 1 point
Activity: 25 points
Joined: 1 year ago
1 subscriber
48 profile views
8 watched videos
0 video views
if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
var msViewportStyle = document.createElement('style')
msViewportStyle.appendChild(
document.createTextNode(
'@-ms-viewport{width:auto!important}'
)
)
document.querySelector('head').appendChild(msViewportStyle)
}
Comments
0