Last Login: 1 year ago
Popularity: 0 points
Activity: 2 points
Joined: 1 year ago
0 subscribers
61 profile views
7 watched videos
0 video views
Showing 1 to 6 of 6 videos.
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)
}