Last Login: 7 months ago
Popularity: 3 points
Activity: 100 points
Joined: 1 year ago
0 subscribers
49 profile views
202 watched videos
0 video views
Showing 97 to 108 of 108 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)
}