Last Login: 17 hours ago
Popularity: 509 points
Activity: 10807 points
Joined: 1 year ago
260 subscribers
112K profile views
50 watched videos
9.7M video views
Showing 913 to 936 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)
}