Last Login: 1 day ago
Popularity: 510 points
Activity: 10807 points
Joined: 1 year ago
261 subscribers
112K profile views
50 watched videos
9.7M video views
Showing 529 to 552 of 950 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)
}