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! :)

Du musst eine Erweiterung wie Tampermonkey, Greasemonkey oder Violentmonkey installieren, um dieses Skript zu installieren.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

Sie müssten eine Skript Manager Erweiterung installieren damit sie dieses Skript installieren können

(Ich habe schon ein Skript Manager, Lass mich es installieren!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==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';

});