v4.5.13
Wiki đŗđ´stable: 4.5.13+20220628.1736
beta: 4.5.13+20220702.1318

About LSSM
LSS-MANAGER V.4 is an extension for Missionchief.co.uk and its other language versions.
With this extension an appstore is added to the game, which allows the usage of plugins. All functions are modular - you can decide what to activate, down to the last module.
Plugins that are not activated will not be loaded either - this makes administration very easy of course and provides a better performance.
Installation đĨ
By using LSSM you agree that we collect metadata. You can find more information about this at Metadata
A table with which browsers LSSM is compatible can be found in our [FAQ](faq.md#in-which-browsers-lss-manager works)
Using LSSM on your mobile phone
Officially we do not support a mobile version. However, the browser Firefox offers the possibility to use add-ons even in its mobile version. Nevertheless, we do not guarantee an attractive design or full functionality for mobile browsers.
Official support of mobile browsers is currently not planned.
Step 1: Tampermonkey
If you have not yet installed Tampermonkey in your browser, you still have to do so. Here is an overview of links for the most common browsers:
Browser | Link |
---|---|
Chrome | Download |
Firefox | Download |
Opera | Download |
For other browsers you can download Tampermonkey on tampermonkey.net.
Warning
Please note that we do not officially support older browsers, mobile browsers and Microsoft Edge or Internet Explorer. Support for these browsers is therefore neither guaranteed nor likely.
Step 2: Userscript
If Tampermonkey was successfully installed in your browser, you can either click here or create a new userscript with the following content:
// ==UserScript==
// @name LSS-Manager V.4
// @version 4.5.13-CZ-DK-DE-AU-GB-US-ES-MX-FI-FR-IT-JP-KR-NO-NL-PL-BR-PT-RO-RU-SK-SE-TR-UA
// @author The LSSM-Team: Aisaka, Sanni, Jan (jxn_30), Ron31
// @description LSSM V4 is a Script-Collection for Leitstellenspiel, Missionchief, Meldkamerspel and its other language versions.
// @namespace https://lss-manager.de/
// @homepage https://proxy.lss-manager.de/v4/docs/
// @downloadURL https://proxy.lss-manager.de/v4/lssm-v4.user.js
// @updateURL https://proxy.lss-manager.de/v4/lssm-v4.user.js
// @supportURL https://proxy.lss-manager.de/v4/docs/en_US/error_report
// @icon https://proxy.lss-manager.de/v4/docs/img/lssm.png
// @match https://www.operacni-stredisko.cz/*
// @match https://policie.operacni-stredisko.cz/*
// @match https://www.alarmcentral-spil.dk/*
// @match https://politi.alarmcentral-spil.dk/*
// @match https://www.leitstellenspiel.de/*
// @match https://polizei.leitstellenspiel.de/*
// @match https://www.missionchief-australia.com/*
// @match https://police.missionchief-australia.com/*
// @match https://www.missionchief.co.uk/*
// @match https://police.missionchief.co.uk/*
// @match https://www.missionchief.com/*
// @match https://police.missionchief.com/*
// @match https://www.centro-de-mando.es/*
// @match https://www.centro-de-mando.mx/*
// @match https://www.hatakeskuspeli.com/*
// @match https://poliisi.hatakeskuspeli.com/*
// @match https://www.operateur112.fr/*
// @match https://police.operateur112.fr/*
// @match https://www.operatore112.it/*
// @match https://polizia.operatore112.it/*
// @match https://www.missionchief-japan.com/*
// @match https://www.missionchief-korea.com/*
// @match https://www.nodsentralspillet.com/*
// @match https://politiet.nodsentralspillet.com/*
// @match https://www.meldkamerspel.com/*
// @match https://politie.meldkamerspel.com/*
// @match https://www.operatorratunkowy.pl/*
// @match https://policja.operatorratunkowy.pl/*
// @match https://www.operador193.com/*
// @match https://www.jogo-operador112.com/*
// @match https://policia.jogo-operador112.com/*
// @match https://www.jocdispecerat112.com/*
// @match https://www.dispetcher112.ru/*
// @match https://www.dispecerske-centrum.com/*
// @match https://www.larmcentralen-spelet.se/*
// @match https://polis.larmcentralen-spelet.se/*
// @match https://www.112-merkez.com/*
// @match https://www.dyspetcher101-game.com/*
// @run-at document-idle
// @grant GM_info
// @grant unsafeWindow
// ==/UserScript==
/* global I18n, user_id */
"use strict";var _a,loadLSSM=function(){var e=document.createElement("script");e.src="".concat("https://proxy.lss-manager.de/v4/","core.js?_=").concat((new Date).getTime(),"&uid=").concat(I18n.locale,"-").concat(user_id),e.setAttribute("type","module"),e.setAttribute("async",""),unsafeWindow["".concat("lssmv4","-GM_Info")]=JSON.parse(JSON.stringify(GM_info)),document.body.append(e)};if((!window.frameElement||(null===(_a=window.frameElement)||void 0===_a?void 0:_a.src.startsWith("https")))&&!window.location.pathname.match(/^\/users\//u)&&"undefined"!=typeof user_id&&"undefined"!=typeof I18n)if(window!==window.parent&&window.parent.hasOwnProperty("".concat("lssmv4","-redesign-lightbox"))){var redesignTriggerEvent_1="".concat("lssmv4","-redesign-iframe-trigger-lssm-load");window.parent.addEventListener(redesignTriggerEvent_1,loadLSSM),window.addEventListener("pagehide",(function(){return window.parent.removeEventListener(redesignTriggerEvent_1,loadLSSM)})),window.parent["".concat("lssmv4","-redesign-lightbox")].src=new URL(window.location.href).toString()}else loadLSSM();
Step 3: Activate
The LSSM indicator is a green highlighted text LSSM V.4
. If you are in missionchief but do not see this indicator in the upper right corner, click on the tampermonkey icon in your browser and check if the switch for LSS-Manager script is set to on
.
If you have any problems you can always contact Support.