Giter Site home page Giter Site logo

Comments (11)

jxn-30 avatar jxn-30 commented on September 28, 2024 2

According to the devs, any other domain than jogo-operador112.com should forward to jogo-operador112.com. They will ensure that this will happen again.
This confirms us in our current approach not to include multiple domains for a single game.

from lssm-v.4.

kdev avatar kdev commented on September 28, 2024 1

Since we support the correct game url and haven't had any complains from other users, I think we can close this as "works-as-intended" then.

from lssm-v.4.

Cr4zyc4k3 avatar Cr4zyc4k3 commented on September 28, 2024 1

Open till the redirects are implemented.

Again, this is not an issue on our end so it does not belong here as an open issue. I will close this.

It is an issue on our end. It is not our fault but has an impact for us.

from lssm-v.4.

mrxxix avatar mrxxix commented on September 28, 2024
// ==UserScript==
// @name         LSS-Manager V.4
// @version      4.7.12-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: Sanni, Jan (jxn_30), Ron31, Crazycake
// @description  LSSM V4 is a Script-Collection for Leitstellenspiel, Missionchief, Meldkamerspel and its other language versions.
// @namespace    https://lss-manager.de/
// @homepage     https://docs.lss-manager.de/
// @downloadURL  https://v4.lss-manager.de/lssm-v4.user.js
// @updateURL    https://v4.lss-manager.de/lssm-v4.user.js
// @supportURL   https://docs.lss-manager.de/en_US/error_report
// @icon         https://docs.lss-manager.de/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://www.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 */
const e=()=>{const e=document.createElement("script");e.src=`https://v4.lss-manager.de/core.js?_=${Math.floor(Date.now()/6e5)}&branch=${localStorage.getItem("lssmv4_branch")??"stable"}`;e.setAttribute("type","module");e.setAttribute("async","");unsafeWindow["lssmv4-GM_Info"]=JSON.parse(JSON.stringify(GM_info));document.body.append(e)};if((!window.frameElement||window.frameElement?.src.startsWith("https"))&&!/^\/users\//u.test(window.location.pathname)&&"undefined"!=typeof user_id&&"undefined"!=typeof I18n)if(window!==window.parent&&window.parent.hasOwnProperty("lssmv4-redesign-lightbox")){const t="lssmv4-redesign-iframe-trigger-lssm-load";window.parent.addEventListener(t,e);window.addEventListener("pagehide",(()=>window.parent.removeEventListener(t,e)));window.parent["lssmv4-redesign-lightbox"].src=new URL(window.location.href).toString()}else e();

This fixed it. Just added the new domain on Tampermonkey editor.

from lssm-v.4.

Suchty112 avatar Suchty112 commented on September 28, 2024

What happened?

operador112.com/ is the new Portuguese server domain. Had to manually change, and some other features are buggy or out of place, or simply don't work.

That is wrong. The official domain of PT is https://www.jogo-operador112.com/ . It is linked on Facebook and in the other countries at the bottom of the flags.

Unfortunately, with the current state of our script, we can only support one country domain. And that is the official https://www.jogo-operador112.com/ domain

from lssm-v.4.

mrxxix avatar mrxxix commented on September 28, 2024

It's not a problem, but i always access it from https://www.operador112.com/ , just thinking about other players that might enter from that domain too and for that reason can never use the plugins.

from lssm-v.4.

kdev avatar kdev commented on September 28, 2024

@Suchty112 how do we proceed with this? As far as my understanding goes we can only support 1 domain per game (@jxn-30)

from lssm-v.4.

jxn-30 avatar jxn-30 commented on September 28, 2024

technically, it probably only requires an extra field in config (smth. like string[] additionalUrls) plus adjustment in userscript generation to include this URL(s) too.
As far as I know we don't rely on the exact domain anywhere within LSSM itself but I cannot guarantee this atm. Accessing via the correct game URL (jogo-operando) is still the recommended way!

from lssm-v.4.

Cr4zyc4k3 avatar Cr4zyc4k3 commented on September 28, 2024

Open till the redirects are implemented.

from lssm-v.4.

kdev avatar kdev commented on September 28, 2024

Open till the redirects are implemented.

Again, this is not an issue on our end so it does not belong here as an open issue. I will close this.

from lssm-v.4.

Cr4zyc4k3 avatar Cr4zyc4k3 commented on September 28, 2024

Fixed by the game devs. Every domain should now redirect to jogo-operator112

from lssm-v.4.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.