Максимальная производительность для ваших игровых серверов!
Заказать сейчасfunction main() {
window.dispatchEvent(new CustomEvent("initComponentsManager"));
window.componentsManager.addListener('SHOP_PAGE', 'DID_MOUNT', () => {
document.querySelector('a[href="/agreement"]').setAttribute('href', '/page/agreement');
document.querySelector('a[href="/privacy"]').setAttribute('href', '/page/privacy')
})
window.componentsManager.load()
}
if(window.isAppReady) {
main()
} else {
window.addEventListener('appReady', () => {
main()
})
}
Там же нету
Cорян) рил слепой, спасибо большое. А что запрещено менять что в бан отлететь могу?Я тебе уже готовый код скинул. Ссылка на соглашение самого геймстора. Читать научись.
Я не хелпер что бы отвечать за их правила, спроси в дс канале что можно, а что нет…Cорян) рил слепой, спасибо большое. А что запрещено менять что в бан отлететь могу?
Только я не понял в этом коде где штука которая заменит футер мне.В бан отлететь не боишься?
JavaScript:function main() { window.dispatchEvent(new CustomEvent("initComponentsManager")); window.componentsManager.addListener('SHOP_PAGE', 'DID_MOUNT', () => { document.querySelector('a[href="/agreement"]').setAttribute('href', '/page/agreement'); document.querySelector('a[href="/privacy"]').setAttribute('href', '/page/privacy') }) window.componentsManager.load() } if(window.isAppReady) { main() } else { window.addEventListener('appReady', () => { main() }) }
const event = new CustomEvent("setCustomConfig")
, disabledKeys = ["u", "I", "J", "ctrl", "shift", "i", "j", "ctrl+shift+i", "ctrl+shift+j"]
, showAlert = e => {
e.preventDefault()
}
;
function main() {
window.dispatchEvent(new CustomEvent("initState")),
window.dispatchEvent(new CustomEvent("initComponentsManager")),
window.componentsManager.addListener("HEADER", "DID_MOUNT", () => {
let {player: e} = window.getState().player;
if (!e)
return;
let t = ``
, n = document.querySelector(".PlayerMenu-module__profileLink");
n.insertAdjacentHTML("beforebegin", t)
}
),
window.componentsManager.load()
}
document.addEventListener("contextmenu", e => {
showAlert(e)
}
),
document.addEventListener("keydown", e => {
(e.ctrlKey && disabledKeys.includes(e.key) || "F12" === e.key) && showAlert(e)
}
),
window.productsGrid = 4,
window.currency = "RUB",
window.defaultPaymentAmount = 150,
window.zeroToFree = !0,
window.oldDesignDropdownProduct = !1,
window.sidebarStoreToRight = !0,
window.sidebarProfileToRight = !0,
window.newYearVibe = !1,
window.hideServerSelector = !1,
window.hideTotalOnline = !0,
window.dispatchEvent(event);
var tag_head = document.getElementsByTagName("head");
tag_head[0].appendChild(tag_css),
window.isAppReady ? main() : window.addEventListener("appReady", () => {
main()
}
);