forked from LSS-Manager/lss-manager-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lssm-v3.user.js
53 lines (53 loc) · 2.78 KB
/
lssm-v3.user.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
// ==UserScript==
// @name LSS Manager v3 Autoupdater
// @version 3.3.5.1
// @description Das Tool für LSS
// @author lost | northdegree | mausmajor | dlrg-dominik | mrweezle | sanni | jan
// @homepage https://lss-manager.de
// @include *://leitstellenspiel.de/*
// @include *://www.leitstellenspiel.de/*
// @include *://missionchief.co.uk/*
// @include *://www.missionchief.co.uk/*
// @include *://missionchief.com/*
// @include *://www.missionchief.com/*
// @include *://meldkamerspel.com/*
// @include *://www.meldkamerspel.com/*
// @include *://centro-de-mando.es/*
// @include *://www.centro-de-mando.es/*
// @include *://missionchief-australia.com/*
// @include *://www.missionchief-australia.com/*
// @include *://larmcentralen-spelet.se/*
// @include *://www.larmcentralen-spelet.se/*
// @include *://operatorratunkowy.pl/*
// @include *://www.operatorratunkowy.pl/*
// @include *://operatore112.it/*
// @include *://www.operatore112.it/*
// @include *://operateur112.fr/*
// @include *://www.operateur112.fr/*
// @include *://dispetcher112.ru/*
// @include *://www.dispetcher112.ru/*
// @include *://alarmcentral-spil.dk/*
// @include *://www.alarmcentral-spil.dk/*
// @include *://nodsentralspillet.com/*
// @include *://www.nodsentralspillet.com/*
// @include *://operacni-stredisko.cz/*
// @include *://www.operacni-stredisko.cz/*
// @include *://jogo-operador112.com/*
// @include *://www.jogo-operador112.com/*
// @include *://operador193.com/*
// @include *://www.operador193.com/*
// @include *://dyspetcher101-game.com/*
// @include *://www.dyspetcher101-game.com/*
// @include *://missionchief-japan.com/*
// @include *://www.missionchief-japan.com/*
// @include *://missionchief-korea.com/*
// @include *://www.missionchief-korea.com/*
// @include *://jocdispecerat112.com/*
// @include *://www.jocdispecerat112.com/*
// @include *://hatakeskuspeli.com/*
// @include *://www.hatakeskuspeli.com/*
// @updateURL https://github.com/LSS-Manager/lss-manager-v3/raw/master/lssm-v3.user.js
// @grant none
// @run document-start
// ==/UserScript==
if("undefined"==typeof jQuery)throw new Error("LSS-Manager: No jQuery! Aborting!");$.ajaxPrefilter(function(e,a,s){("script"==e.dataType||"script"==a.dataType||"stylesheet"==e.dataType||"stylesheet"==a.dataType)&&(e.cache=!0)});var uid="";"undefined"!=typeof user_id&&(game=window.location.hostname.toLowerCase().replace("www.","").split(".")[0],uid="?uid="+game+user_id),$("head").append('<script id="lss_manager_js" src="https://proxy.lss-manager.de/v3/lss-manager-v3/lss-manager-v3.dev.js'+uid+'" type="text/javascript"></script>');