Last Login: 2 months ago
Popularity: 0 points
Activity: 70 points
Joined: 1 year ago
0 subscribers
20 profile views
218 watched videos
0 video views
Showing 73 to 96 of 109 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)
}