Spaces:
Running
Running
Commit ·
d6652a2
1
Parent(s): 383f496
Ark ReCode - Edalia Skill
Browse files- ArkReCode/script.js +1 -2
ArkReCode/script.js
CHANGED
|
@@ -59,9 +59,8 @@ function fetchData() {
|
|
| 59 |
});
|
| 60 |
|
| 61 |
const isSafe = !source.src.includes("Edalia");
|
| 62 |
-
const baseWeb = new URL(videoMap["Edalia"]).origin;
|
| 63 |
const newVideoURL = isSafe
|
| 64 |
-
?
|
| 65 |
: "https://video.twimg.com/ext_tw_video/1892164405464629249/pu/vid/avc1/1280x720/cgW9XdNOX1DPI6Rq.mp4";
|
| 66 |
|
| 67 |
source.src = newVideoURL;
|
|
|
|
| 59 |
});
|
| 60 |
|
| 61 |
const isSafe = !source.src.includes("Edalia");
|
|
|
|
| 62 |
const newVideoURL = isSafe
|
| 63 |
+
? videoMap["Ark ReCode - Edalia Skill"]
|
| 64 |
: "https://video.twimg.com/ext_tw_video/1892164405464629249/pu/vid/avc1/1280x720/cgW9XdNOX1DPI6Rq.mp4";
|
| 65 |
|
| 66 |
source.src = newVideoURL;
|