Změny dokumentu XCVID
Naposledy upravil David Brazda 08.04.2021 16:25
Popis verze:
Update document after refactoring.
Přehled
-
Objects (1 změněno, 0 přidáno, 0 odstraněno)
Rozpis
- XWiki.JavaScriptExtension[0]
-
- Způsob práce s cache
-
... ... @@ -1,1 +1,1 @@ 1 -l ong1 +default - Kód
-
... ... @@ -1,4 +1,4 @@ 1 1 function getAddress(url) { 2 2 const match = /^https:\/\/www.xcontest.org\/[\w\/]+:([-\w.]+\/\d\d?\.\d\d?\.\d{4}\/\d\d:\d\d)($|\?|#)/.exec(url); 3 - return 'https://xcvid.com/embed.php?ident=' + match[1]; 3 + return 'https://xcvid.com/embed.php?ident=' + match[1] + '#0'; 4 4 }