Last Login: 2 months ago
Popularity: 0 points
Activity: 170 points
Joined: 1 year ago
0 subscribers
7 profile views
475 watched videos
0 video views
Showing 193 to 216 of 293 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)
}