deploy: dfd8b5a628
parent
02e981450a
commit
ef2bf09fea
39
game.js
39
game.js
|
@ -44,26 +44,25 @@ function dG() {
|
||||||
this.cj = function() {
|
this.cj = function() {
|
||||||
var dN;
|
var dN;
|
||||||
dJ() || (window.aiptag = window.aiptag || {
|
dJ() || (window.aiptag = window.aiptag || {
|
||||||
cmd: []
|
cmd: []
|
||||||
}, aiptag.cmd.display = aiptag.cmd.display || [], aiptag.cmd.player = aiptag.cmd.player || [], aiptag.cmp = {
|
}, aiptag.cmd.display = aiptag.cmd.display || [], aiptag.cmd.player = aiptag.cmd.player || [], aiptag.cmp = {
|
||||||
show: !0,
|
show: !0,
|
||||||
position: "centered",
|
position: "centered",
|
||||||
button: !0,
|
button: !0,
|
||||||
buttonText: "Privacy Settings",
|
buttonText: "Privacy Settings",
|
||||||
buttonPosition: "bottom-center"
|
buttonPosition: "bottom-center"
|
||||||
}, aiptag.cmd.player.push(function() {
|
}, aiptag.cmd.player.push(function() {
|
||||||
aiptag.adplayer = new aipPlayer({
|
aiptag.adplayer = new aipPlayer({
|
||||||
AD_WIDTH: 960,
|
AD_WIDTH: 960,
|
||||||
AD_HEIGHT: 540,
|
AD_HEIGHT: 540,
|
||||||
AD_DISPLAY: "fullscreen",
|
AD_DISPLAY: "fullscreen",
|
||||||
LOADING_TEXT: "loading advertisement",
|
LOADING_TEXT: "loading advertisement",
|
||||||
PREROLL_ELEM: function() {
|
PREROLL_ELEM: function() {
|
||||||
return document.getElementById("videoad")
|
return document.getElementById("videoad")
|
||||||
},
|
},
|
||||||
AIP_COMPLETE: dK
|
AIP_COMPLETE: dK
|
||||||
})
|
})
|
||||||
}), (dN = document.createElement("div")).id = "videoad", document.body.appendChild(dN), (dN = document.createElement("script")).async = !0, dN.src = "", document.head
|
}), (dN = document.createElement("div")).id = "videoad", document.body.appendChild(dN), (dN = document.createElement("script")).async = !0, dN.src = "", document.head.appendChild(dN))
|
||||||
.appendChild(dN))
|
|
||||||
}, this.dP = function() {
|
}, this.dP = function() {
|
||||||
if (console.log("showVideo"), dJ()) console.log("error 0");
|
if (console.log("showVideo"), dJ()) console.log("error 0");
|
||||||
else {
|
else {
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
<meta itemprop="image" content="https://mohsenemx.github.io/FXclient/favicon.ico">
|
<meta itemprop="image" content="https://mohsenemx.github.io/FXclient/favicon.ico">
|
||||||
|
|
||||||
<!-- FX Client CSS -->
|
<!-- FX Client CSS -->
|
||||||
<link rel="stylesheet" href="main.css?1708671983594">
|
<link rel="stylesheet" href="main.css?1708695497579">
|
||||||
<!-- Game CSS -->
|
<!-- Game CSS -->
|
||||||
<style>
|
<style>
|
||||||
html,
|
html,
|
||||||
|
@ -100,8 +100,8 @@
|
||||||
<p id="donationhistory_note">Note: donations from bots are not shown here</p>
|
<p id="donationhistory_note">Note: donations from bots are not shown here</p>
|
||||||
<p id="donationhistory_text"></p>
|
<p id="donationhistory_text"></p>
|
||||||
</div>
|
</div>
|
||||||
<script src="variables.js?1708671983594"></script>
|
<script src="variables.js?1708695497579"></script>
|
||||||
<script src="fx_core.js?1708671983594"></script>
|
<script src="fx_core.js?1708695497579"></script>
|
||||||
<script src="game.js?1708671983594"></script>
|
<script src="game.js?1708695497579"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue