sm for Web User Agent Switcher

Change the User Agent on Skype for Web to enable Video/Voice Calling on Linux or any other OS that doesn't support it! :)

目前为 2017-11-14 提交的版本。查看 最新版本

// ==UserScript==
// @name         sm for Web User Agent Switcher
// @namespace    http://www.codysnintendoroom.co.vu
// @version      1.1
// @description  Change the User Agent on Skype for Web to enable Video/Voice Calling on Linux or any other OS that doesn't support it! :)
// @icon         https://az663213.vo.msecnd.net/0-210-0/images/favicon.ico
// @author       zivee
// @match        http://*.sm.cn/
// @grant        none
// ==/UserScript==

navigator.__defineGetter__('userAgent', function(){

    return '	Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A5376e Safari/8536.25';

});

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址