Добро пожаловать на Lesta Games Wiki!

Участник:VER_03:ru/common.js — различия между версиями

Перейти к: навигация, поиск
Версия 16:06, 22 марта 2024Версия 15:14, 2 апреля 2024
Строка 1:Строка 1:
?if (document.getElementById('wpConfirmB')) document.getElementById('wpConfirmB').click();+document.getElementById('footer').getElementsByClassName('b-copyright')[0].innerHTML = '123';
? +var newFooterNode = document.getElementById('footer-places').appendChild(document.createElement('li'));
?if (document.getElementById('mw-returnto') || document.getElementById('contentSub2')) window.close();+newFooterNode.setAttribute('id', 'footer-places-new');
 +var newFooterNodeSub = newFooterNode.appendChild(document.createElement('a'));
 +newFooterNodeSub.setAttribute('href', 'https://eu.wargaming.net/support/en/products/wgc/help/36122/');
 +newFooterNodeSub.setAttribute('title', 'wargaming.net: support');
 +newFooterNodeSub.innerHTML = 'Report Content/Request Data';
 +document.getElementById('footer-places-privacy').setAttribute('href', 'https://cpm.wargaming.net/h98r8kqw/?&pub_id=2909');

Версия 15:14, 2 апреля 2024

document.getElementById('footer').getElementsByClassName('b-copyright')[0].innerHTML = '123';
var newFooterNode = document.getElementById('footer-places').appendChild(document.createElement('li'));
newFooterNode.setAttribute('id', 'footer-places-new');
var newFooterNodeSub = newFooterNode.appendChild(document.createElement('a'));
newFooterNodeSub.setAttribute('href', 'https://eu.wargaming.net/support/en/products/wgc/help/36122/');
newFooterNodeSub.setAttribute('title', 'wargaming.net: support');
newFooterNodeSub.innerHTML = 'Report Content/Request Data';
document.getElementById('footer-places-privacy').setAttribute('href', 'https://cpm.wargaming.net/h98r8kqw/?&pub_id=2909');