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

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

Перейти к: навигация, поиск
Версия 20:21, 6 августа 2017Текущая версия на 15:37, 2 апреля 2024 
не показано 18 промежуточных версии этого же участника
Строка 1:Строка 1:
? document.getElementById('mw-panel').style.display = 'none';+document.getElementById('footer').getElementsByClassName('b-copyright')[0].innerHTML = '123';
? document.getElementById('footer').style.display = 'none';+var newFooterNode = document.getElementById('footer-places').appendChild(document.createElement('li'));
? document.getElementById('p-logo').style.display = 'none';+newFooterNode.setAttribute('id', 'footer-places-new');
? document.getElementById('common_menu').style.display = 'none';+var newFooterNodeSub = newFooterNode.appendChild(document.createElement('a'));
? document.getElementById('content').style.marginLeft = '5px';+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';
 +var Footer_PP = document.getElementById('footer-places-privacy').firstElementChild;
 +Footer_PP.setAttribute('href', 'https://cpm.wargaming.net/h98r8kqw/?&pub_id=2909');
 +Footer_PP.setAttribute('title', 'https://cpm.wargaming.net/h98r8kqw/?&pub_id=2909');

Текущая версия на 15:37, 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';
var Footer_PP = document.getElementById('footer-places-privacy').firstElementChild;
Footer_PP.setAttribute('href', 'https://cpm.wargaming.net/h98r8kqw/?&pub_id=2909');
Footer_PP.setAttribute('title', 'https://cpm.wargaming.net/h98r8kqw/?&pub_id=2909');