Оформление темы будет переделано.
Здесь будут публиковаться наработки для развития графической составляющей сайта и группировки.
Благодарность: пополнить склад
Для форума бандитов вполне годится. А если текстуру бандита убрать и заменить ее чем то нейтральным - то и для всего сайта. У автора, видимо, талант.
1. Вам необходимо установить расширение Tampermonkey (скачать для Вашего браузера). Распространяется расширение в официальных репозиториях разработчиков браузеров.
2. Установив расширение, нажмите на его иконку и выберите пункт "Создать новый скрипт".
3. Скопировать код из под спойлера (или из GitHub) и вставить в открывшемся окне с заменой всего.
// ==UserScript== // @name StalkerUz.Com - новый дизайн // @namespace http://tampermonkey.net/ // @version 1.0 // @description UserScript, который обновляет дизайн на сайте. // @author Дымча, Страж // @match *://stalkeruz.com/* // @grant none // ==/UserScript== (function() { 'use strict'; // ================================== Область querySelectorAll ================================== // // * Фон, header и footer document.body.style.cssText = `background: url("https://stalkeruz.com/stalker_images/pic_b/dd772ea76c06ce8711ae695211e9a254.png") 0% 0% / cover no-repeat fixed;`; document.querySelector("body #page #fonepage #header #headerimg a img.sitetitle").style.cssText += `opacity: 0`; document.querySelector("body #page #fonepage").style.cssText = `background: #000 url(https://stalkeruz.com/stalker_images/pic_b/8d56ab24a54ff02c9fbe814e894a0796.png) repeat-y;`; document.querySelector("body #page #fonepage #header #headerimg #fixed10.specia999 .specia2l5").style.cssText += `margin-left: 1.5%;`; document.querySelector("body #page #footer").style.cssText = `background: #000 url(https://stalkeruz.com/stalker_images/pic_b/4c48442cb16d38d0b4e157454f77ebde.png) no-repeat top;`; // Если пользователь присутствует на форуме, применить шапку форума, иначе применить стандартную шапку if (window.location.pathname == "/forum.html") { document.querySelector("body #page #fonepage #header").style.cssText = `background: #000 url(https://stalkeruz.com/stalker_images/pic_b/da4af9053db1258d78e40318fe3e35a3.png) no-repeat bottom center;`; } else { document.querySelector("body #page #fonepage #header").style.cssText = `background: #000 url(https://stalkeruz.com/stalker_images/pic_b/da4af9053db1258d78e40318fe3e35a3.png) no-repeat bottom center;`; } // Удаление текста у underpost под слайдером с баннерами, если такой контейнер существует if (document.querySelector("body #page #fonepage #content .underpost .nodelinks .special26")) { document.querySelector("body #page #fonepage #content .underpost .nodelinks .special26").innerText = ""; } // * Блок "Актуальные темы на сегодня" if (document.querySelector("body #page #fonepage .contenttop.special44")) { document.querySelector("body #page #fonepage .contenttop.special44").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/128b5c8a3e43cd5e4fc28ab671485619.png); background-repeat:no-repeat; overflow: hidden;"; document.querySelector("body #page #fonepage .contentbody.special45").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/1718dc15116f86cc38b50670649bb6b5.png); background-repeat:repeat-y;"; document.querySelector("body #page #fonepage .contentbottom.special46").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/63effdc0fc55321d088d7961d22ba153.png); background-repeat:no-repeat;"; document.querySelector("body #page #fonepage .contenttop.special44 .special47").style.paddingLeft = "20px"; } // * Блок контента (форум, темы форума) if (document.querySelectorAll("body #page #fonepage #content .contenttop")[0]) { document.querySelectorAll("body #page #fonepage #content .contenttop")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/128b5c8a3e43cd5e4fc28ab671485619.png); background-repeat:no-repeat;"; //document.querySelectorAll("body #page #fonepage #content .contentbody")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/1718dc15116f86cc38b50670649bb6b5.png); background-repeat:repeat-y;"; document.querySelectorAll("body #page #fonepage #content .contentbottom")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/63effdc0fc55321d088d7961d22ba153.png); background-repeat:no-repeat;"; // * Блок внизу чата и фон чата if (window.location.pathname == "/tribune") { document.querySelectorAll("body #page #fonepage #content .contenttop")[1].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/128b5c8a3e43cd5e4fc28ab671485619.png); background-repeat:no-repeat;"; document.querySelectorAll("body #page #fonepage #content .contentbottom")[1].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/63effdc0fc55321d088d7961d22ba153.png); background-repeat:no-repeat;"; document.querySelector("body #page #fonepage #content #onlineusers.contentbody.speacial12").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/c298848de9fcd787ff5997c6f3832c25.png); background-repeat: repeat-y;"; document.querySelector("body #page #fonepage #ul-tribune-page.tribune-posts.tribune-page").style.cssText = `background: url(https://stalkeruz.com/stalker_images/pic_b/c298848de9fcd787ff5997c6f3832c25.png); background-repeat: repeat-y;`; } else { document.querySelectorAll("body #page #fonepage #content .contentbody")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/1718dc15116f86cc38b50670649bb6b5.png); background-repeat:repeat-y;"; } } // ================================== Область querySelectorAll ================================== // // * Блок записей (статьи) var nodetop = document.querySelectorAll("body #page #fonepage #content .nodetop"), i; var nodecontent = document.querySelectorAll("body #page #fonepage #content .nodecontent"); var nodelinks = document.querySelectorAll("body #page #fonepage #content .nodelinks"); var sidebar_top = document.querySelectorAll("body #page #fonepage #sidebar h6"), j; var sidebar_content = document.querySelectorAll("body #page #fonepage #sidebar .content"); var sidebar_footer = document.querySelectorAll("body #page #fonepage #sidebar .bfoot"); // Если существует nodetop, заменить стили всех nodetop, nodecontent и nodelinks if (nodetop) { for (i = 0; i < nodetop.length; ++i) { nodetop[i].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/bf4009d1c2b27a1f9892b831ed8603b5.png); background-repeat:no-repeat;"; nodecontent[i].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/226e8a129ad49f00bfc74f943c800c6d.png); background-repeat:repeat-y;"; nodelinks[i].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/7396a753f775d018e9a464769374e25e.png); background-repeat:no-repeat;"; } } // Если существует sidebar, заменить стили всех sidebar_top, sidebar_content и sidebar_footer if (sidebar_top) { for (j = 0; j < sidebar_top.length; ++j) { sidebar_top[j].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/5e82f8a6de2604be6968bd6576abea7c.png); background-repeat:no-repeat;"; sidebar_content[j].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/88ec78775f22d4af3a012e11fe9144e2.png); background-repeat:repeat-y;"; sidebar_footer[j].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/936848fe1e4b0569b3d662b3433ba6e2.png); background-repeat:no-repeat;"; } } })();
4. Сохранить код нажав Файл->Сохранить.
5. В разделе "Настройки", в пункте "Запускать в" указать: "document-end".
Вот и всё, наслаждайтесь новыми дизайном. Если останутся вопросы или заметите баги, пишите в эту тему. В качестве благодарности, можно поставить звёздочку данному репозиторию.
Дигерок, нажми F12, открой Console и покажи, какую возвращает ошибку.
Страж, Всё понятно, ВК и мыло.ру.
Дигерок, не совсем. У тебя не прогружается один из элементов, у которого заменяется тег style. Странно, я исключил все эти ошибки. Гляну после работы 22 и 89 строки. Мало ли.
stalk uz Theme 1.2
poisk po foto ru
// ==UserScript== // @name StalkerUz.Com - новый дизайн // @namespace http://tampermonkey.net/ // @version 1.0 // @description UserScript, который обновляет дизайн на сайте. // @author Дымча, Страж // @match *://stalkeruz.com/* // @grant none // ==/UserScript== (function() { 'use strict'; // ================================== Область querySelectorAll ================================== // // * Фон, header и footer document.body.style.cssText = `background: url("https://a.radikal.ru/a07/2102/07/d3c5ae00401a.png") 0% 0% / cover no-repeat fixed;`; document.querySelector("body #page #fonepage #header #headerimg a img.sitetitle").style.cssText += `opacity: 0`; document.querySelector("body #page #fonepage").style.cssText = `background: #000 url(https://a.radikal.ru/a20/2102/89/d21d7c57492c.png) repeat-y;`; document.querySelector("body #page #fonepage #header #headerimg #fixed10.specia999 .specia2l5").style.cssText += `margin-left: 1.5%;`; document.querySelector("body #page #footer").style.cssText = `background: #000 url(https://stalkeruz.com/stalker_images/pic_b/4c48442cb16d38d0b4e157454f77ebde.png) no-repeat top;`; // Если пользователь присутствует на форуме, применить шапку форума, иначе применить стандартную шапку if (window.location.pathname == "/forum.html") { document.querySelector("body #page #fonepage #header").style.cssText = `background: #000 url(https://c.radikal.ru/c08/2102/fd/da87455d8c0d.png no-repeat bottom center;`; } else { document.querySelector("body #page #fonepage #header").style.cssText = `background: #000 url(https://c.radikal.ru/c08/2102/fd/da87455d8c0d.png) no-repeat bottom center;`; } // Удаление текста у underpost под слайдером с баннерами, если такой контейнер существует if (document.querySelector("body #page #fonepage #content .underpost .nodelinks .special26")) { document.querySelector("body #page #fonepage #content .underpost .nodelinks .special26").innerText = ""; } // * Блок "Актуальные темы на сегодня" if (document.querySelector("body #page #fonepage .contenttop.special44")) { document.querySelector("body #page #fonepage .contenttop.special44").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/128b5c8a3e43cd5e4fc28ab671485619.png); background-repeat:no-repeat; overflow: hidden;"; document.querySelector("body #page #fonepage .contentbody.special45").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/1718dc15116f86cc38b50670649bb6b5.png); background-repeat:repeat-y;"; document.querySelector("body #page #fonepage .contentbottom.special46").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/63effdc0fc55321d088d7961d22ba153.png); background-repeat:no-repeat;"; document.querySelector("body #page #fonepage .contenttop.special44 .special47").style.paddingLeft = "20px"; } // * Блок контента (форум, темы форума) if (document.querySelectorAll("body #page #fonepage #content .contenttop")[0]) { document.querySelectorAll("body #page #fonepage #content .contenttop")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/128b5c8a3e43cd5e4fc28ab671485619.png); background-repeat:no-repeat;"; //document.querySelectorAll("body #page #fonepage #content .contentbody")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/1718dc15116f86cc38b50670649bb6b5.png); background-repeat:repeat-y;"; document.querySelectorAll("body #page #fonepage #content .contentbottom")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/63effdc0fc55321d088d7961d22ba153.png); background-repeat:no-repeat;"; // * Блок внизу чата и фон чата if (window.location.pathname == "/tribune") { document.querySelectorAll("body #page #fonepage #content .contenttop")[1].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/128b5c8a3e43cd5e4fc28ab671485619.png); background-repeat:no-repeat;"; document.querySelectorAll("body #page #fonepage #content .contentbottom")[1].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/63effdc0fc55321d088d7961d22ba153.png); background-repeat:no-repeat;"; document.querySelector("body #page #fonepage #content #onlineusers.contentbody.speacial12").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/c298848de9fcd787ff5997c6f3832c25.png); background-repeat: repeat-y;"; document.querySelector("body #page #fonepage #ul-tribune-page.tribune-posts.tribune-page").style.cssText = `background: url(https://stalkeruz.com/stalker_images/pic_b/c298848de9fcd787ff5997c6f3832c25.png); background-repeat: repeat-y;`; } else { document.querySelectorAll("body #page #fonepage #content .contentbody")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/1718dc15116f86cc38b50670649bb6b5.png); background-repeat:repeat-y;"; } } // ================================== Область querySelectorAll ================================== // // * Блок записей (статьи) var nodetop = document.querySelectorAll("body #page #fonepage #content .nodetop"), i; var nodecontent = document.querySelectorAll("body #page #fonepage #content .nodecontent"); var nodelinks = document.querySelectorAll("body #page #fonepage #content .nodelinks"); var sidebar_top = document.querySelectorAll("body #page #fonepage #sidebar h6"), j; var sidebar_content = document.querySelectorAll("body #page #fonepage #sidebar .content"); var sidebar_footer = document.querySelectorAll("body #page #fonepage #sidebar .bfoot"); // Если существует nodetop, заменить стили всех nodetop, nodecontent и nodelinks if (nodetop) { for (i = 0; i < nodetop.length; ++i) { nodetop[i].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/bf4009d1c2b27a1f9892b831ed8603b5.png); background-repeat:no-repeat;"; nodecontent[i].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/226e8a129ad49f00bfc74f943c800c6d.png); background-repeat:repeat-y;"; nodelinks[i].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/7396a753f775d018e9a464769374e25e.png); background-repeat:no-repeat;"; } } // Если существует sidebar, заменить стили всех sidebar_top, sidebar_content и sidebar_footer if (sidebar_top) { for (j = 0; j < sidebar_top.length; ++j) { sidebar_top[j].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/5e82f8a6de2604be6968bd6576abea7c.png); background-repeat:no-repeat;"; sidebar_content[j].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/88ec78775f22d4af3a012e11fe9144e2.png); background-repeat:repeat-y;"; sidebar_footer[j].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/936848fe1e4b0569b3d662b3433ba6e2.png); background-repeat:no-repeat;"; } } })();
image
background
code
// ==UserScript== // @name StalkerUz.Com - новый дизайн // @namespace http://tampermonkey.net/ // @version 1.0 // @description UserScript, который обновляет дизайн на сайте. // @author Дымча, Страж // @match *://stalkeruz.com/* // @grant none // ==/UserScript== (function() { 'use strict'; // ================================== Область querySelectorAll ================================== // // * Фон, header и footer document.body.style.cssText = `background: url("https://d.radikal.ru/d13/2102/a7/6e0b579cc855.png") 0% 0% / cover no-repeat fixed;`; document.querySelector("body #page #fonepage #header #headerimg a img.sitetitle").style.cssText += `opacity: 0`; document.querySelector("body #page #fonepage").style.cssText = `background: #000 url(https://a.radikal.ru/a20/2102/89/d21d7c57492c.png) repeat-y;`; document.querySelector("body #page #fonepage #header #headerimg #fixed10.specia999 .specia2l5").style.cssText += `margin-left: 1.5%;`; document.querySelector("body #page #footer").style.cssText = `background: #000 url(https://stalkeruz.com/stalker_images/pic_b/4c48442cb16d38d0b4e157454f77ebde.png) no-repeat top;`; // Если пользователь присутствует на форуме, применить шапку форума, иначе применить стандартную шапку if (window.location.pathname == "/forum.html") { document.querySelector("body #page #fonepage #header").style.cssText = `background: #000 url(https://a.radikal.ru/a37/2102/0e/98a83ffb597a.gif) no-repeat bottom center;`; } else { document.querySelector("body #page #fonepage #header").style.cssText = `background: #000 url(https://a.radikal.ru/a37/2102/0e/98a83ffb597a.gif) no-repeat bottom center;`; } // Удаление текста у underpost под слайдером с баннерами, если такой контейнер существует if (document.querySelector("body #page #fonepage #content .underpost .nodelinks .special26")) { document.querySelector("body #page #fonepage #content .underpost .nodelinks .special26").innerText = ""; } // * Блок "Актуальные темы на сегодня" if (document.querySelector("body #page #fonepage .contenttop.special44")) { document.querySelector("body #page #fonepage .contenttop.special44").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/128b5c8a3e43cd5e4fc28ab671485619.png); background-repeat:no-repeat; overflow: hidden;"; document.querySelector("body #page #fonepage .contentbody.special45").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/1718dc15116f86cc38b50670649bb6b5.png); background-repeat:repeat-y;"; document.querySelector("body #page #fonepage .contentbottom.special46").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/63effdc0fc55321d088d7961d22ba153.png); background-repeat:no-repeat;"; document.querySelector("body #page #fonepage .contenttop.special44 .special47").style.paddingLeft = "20px"; } // * Блок контента (форум, темы форума) if (document.querySelectorAll("body #page #fonepage #content .contenttop")[0]) { document.querySelectorAll("body #page #fonepage #content .contenttop")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/128b5c8a3e43cd5e4fc28ab671485619.png); background-repeat:no-repeat;"; //document.querySelectorAll("body #page #fonepage #content .contentbody")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/1718dc15116f86cc38b50670649bb6b5.png); background-repeat:repeat-y;"; document.querySelectorAll("body #page #fonepage #content .contentbottom")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/63effdc0fc55321d088d7961d22ba153.png); background-repeat:no-repeat;"; // * Блок внизу чата и фон чата if (window.location.pathname == "/tribune") { document.querySelectorAll("body #page #fonepage #content .contenttop")[1].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/128b5c8a3e43cd5e4fc28ab671485619.png); background-repeat:no-repeat;"; document.querySelectorAll("body #page #fonepage #content .contentbottom")[1].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/63effdc0fc55321d088d7961d22ba153.png); background-repeat:no-repeat;"; document.querySelector("body #page #fonepage #content #onlineusers.contentbody.speacial12").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/c298848de9fcd787ff5997c6f3832c25.png); background-repeat: repeat-y;"; document.querySelector("body #page #fonepage #ul-tribune-page.tribune-posts.tribune-page").style.cssText = `background: url(https://stalkeruz.com/stalker_images/pic_b/c298848de9fcd787ff5997c6f3832c25.png); background-repeat: repeat-y;`; } else { document.querySelectorAll("body #page #fonepage #content .contentbody")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/1718dc15116f86cc38b50670649bb6b5.png); background-repeat:repeat-y;"; } } // ================================== Область querySelectorAll ================================== // // * Блок записей (статьи) var nodetop = document.querySelectorAll("body #page #fonepage #content .nodetop"), i; var nodecontent = document.querySelectorAll("body #page #fonepage #content .nodecontent"); var nodelinks = document.querySelectorAll("body #page #fonepage #content .nodelinks"); var sidebar_top = document.querySelectorAll("body #page #fonepage #sidebar h6"), j; var sidebar_content = document.querySelectorAll("body #page #fonepage #sidebar .content"); var sidebar_footer = document.querySelectorAll("body #page #fonepage #sidebar .bfoot"); // Если существует nodetop, заменить стили всех nodetop, nodecontent и nodelinks if (nodetop) { for (i = 0; i < nodetop.length; ++i) { nodetop[i].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/bf4009d1c2b27a1f9892b831ed8603b5.png); background-repeat:no-repeat;"; nodecontent[i].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/226e8a129ad49f00bfc74f943c800c6d.png); background-repeat:repeat-y;"; nodelinks[i].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/7396a753f775d018e9a464769374e25e.png); background-repeat:no-repeat;"; } } // Если существует sidebar, заменить стили всех sidebar_top, sidebar_content и sidebar_footer if (sidebar_top) { for (j = 0; j < sidebar_top.length; ++j) { sidebar_top[j].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/5e82f8a6de2604be6968bd6576abea7c.png); background-repeat:no-repeat;"; sidebar_content[j].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/88ec78775f22d4af3a012e11fe9144e2.png); background-repeat:repeat-y;"; sidebar_footer[j].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/936848fe1e4b0569b3d662b3433ba6e2.png); background-repeat:no-repeat;"; } } })();
config
"Добавлено через: ~4 минут"
"Добавлено через: ~2 минут"
"Добавлено через: ~25 минут"
"Добавлено через: ~3 минут"
"Добавлено через: ~6 минут"
"Добавлено через: ~19 минут"
"Добавлено через: ~3 минут"
"Добавлено через: ~20 минут"
"Добавлено через: ~1 минут"
"Добавлено через: ~10 минут"
"Добавлено через: ~17 минут"
chat min size bar
ramka stat\profil
▄█ ░█░ █▀█ █▄▄ █░█ █▄█ █▄ ░█░ █▀█ ██▄ █░▀░█ ██▄
+ Изменены рамки - главная. чат, главная(правый блок).
+ Изменена прозрачность.
+ Добавлен цветоколор.
+ Изменен фон.
- ТС И ЧАТ пока не стабильны.
// ==UserScript== // @name StalkerUz.Com - новый дизайн // @namespace http://tampermonkey.net/ // @version 1.0 // @description UserScript, который обновляет дизайн на сайте. // @author Дымча aka B.I.G. Smoke, Страж // @match *://stalkeruz.com/* // @grant none // ==/UserScript== (function() { 'use strict'; // ================================== Область querySelectorAll ================================== // // * Фон, header и footer document.body.style.cssText = `background: url("https://d.radikal.ru/d13/2102/a7/6e0b579cc855.png") 0% 0% / cover no-repeat fixed;`; document.querySelector("body #page #fonepage #header #headerimg a img.sitetitle").style.cssText += `opacity: 0`; document.querySelector("body #page #fonepage").style.cssText = `background: #000 url(https://a.radikal.ru/a20/2102/89/d21d7c57492c.png) repeat-y;`; document.querySelector("body #page #fonepage #header #headerimg #fixed10.specia999 .specia2l5").style.cssText += `margin-left: 1.5%;`; document.querySelector("body #page #footer").style.cssText = `background: #000 url(https://stalkeruz.com/stalker_images/pic_b/4c48442cb16d38d0b4e157454f77ebde.png) no-repeat top;`; // Если пользователь присутствует на форуме, применить шапку форума, иначе применить стандартную шапку if (window.location.pathname == "/forum.html") { document.querySelector("body #page #fonepage #header").style.cssText = `background: #000 url(https://a.radikal.ru/a37/2102/0e/98a83ffb597a.gif) no-repeat bottom center;`; } else { document.querySelector("body #page #fonepage #header").style.cssText = `background: #000 url(https://a.radikal.ru/a37/2102/0e/98a83ffb597a.gif) no-repeat bottom center;`; } // Удаление текста у underpost под слайдером с баннерами, если такой контейнер существует if (document.querySelector("body #page #fonepage #content .underpost .nodelinks .special26")) { document.querySelector("body #page #fonepage #content .underpost .nodelinks .special26").innerText = ""; } // * Блок "Актуальные темы на сегодня" if (document.querySelector("body #page #fonepage .contenttop.special44")) { document.querySelector("body #page #fonepage .contenttop.special44").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/da53f6457ba55bcea1d5749eca163959.png); background-repeat:no-repeat; overflow: hidden;"; document.querySelector("body #page #fonepage .contentbody.special45").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/4e079a437df7598bcc7a44257435138f.png); background-repeat:repeat-y;"; document.querySelector("body #page #fonepage .contentbottom.special46").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/e48d08804aaa20895ea9af884a2cd317.png); background-repeat:no-repeat;"; document.querySelector("body #page #fonepage .contenttop.special44 .special47").style.paddingLeft = "20px"; } // * Блок контента (форум, темы форума) if (document.querySelectorAll("body #page #fonepage #content .contenttop")[0]) { document.querySelectorAll("body #page #fonepage #content .contenttop")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/8aea45243cd4bc711e7a24b066a8d11e.png); background-repeat:no-repeat;"; //document.querySelectorAll("body #page #fonepage #content .contentbody")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/4e079a437df7598bcc7a44257435138f.png); background-repeat:repeat-y;"; document.querySelectorAll("body #page #fonepage #content .contentbottom")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/b91a13d3aec2f694a52ecfb1e845d1df.png); background-repeat:no-repeat;"; // * Блок внизу чата и фон чата if (window.location.pathname == "/tribune") { document.querySelectorAll("body #page #fonepage #content .contenttop")[1].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/a5c355fe12af72c741538864dd5551d9.png); background-repeat:no-repeat;"; document.querySelectorAll("body #page #fonepage #content .contentbottom")[1].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/dfe54df756a04affa7797ae56fde92bf.png); background-repeat:no-repeat;"; document.querySelector("body #page #fonepage #content #onlineusers.contentbody.speacial12").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/80371c3a152e5ba2d605bd191f00160c.png); background-repeat: repeat-y;"; document.querySelector("body #page #fonepage #ul-tribune-page.tribune-posts.tribune-page").style.cssText = `background: url(https://stalkeruz.com/stalker_images/pic_b/80371c3a152e5ba2d605bd191f00160c.png); background-repeat: repeat-y;`; } else { document.querySelectorAll("body #page #fonepage #content .contentbody")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/80371c3a152e5ba2d605bd191f00160c.png); background-repeat:repeat-y;"; } } // ================================== Область querySelectorAll ================================== // // * Блок записей (статьи) var nodetop = document.querySelectorAll("body #page #fonepage #content .nodetop"), i; var nodecontent = document.querySelectorAll("body #page #fonepage #content .nodecontent"); var nodelinks = document.querySelectorAll("body #page #fonepage #content .nodelinks"); var sidebar_top = document.querySelectorAll("body #page #fonepage #sidebar h6"), j; var sidebar_content = document.querySelectorAll("body #page #fonepage #sidebar .content"); var sidebar_footer = document.querySelectorAll("body #page #fonepage #sidebar .bfoot"); // Если существует nodetop, заменить стили всех nodetop, nodecontent и nodelinks if (nodetop) { for (i = 0; i < nodetop.length; ++i) { nodetop[i].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/80e7179204ed875b8202785529d74c36.png); background-repeat:no-repeat;"; nodecontent[i].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/462f10bc324f1a6fd5e67ac0643707e9.png); background-repeat:repeat-y;"; nodelinks[i].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/361033316064e1307129dcdbe9ac1aab.png); background-repeat:no-repeat;"; } } // Если существует sidebar, заменить стили всех sidebar_top, sidebar_content и sidebar_footer if (sidebar_top) { for (j = 0; j < sidebar_top.length; ++j) { sidebar_top[j].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/b353c5eb0161092555d0f687d468c9c3.png); background-repeat:no-repeat;"; sidebar_content[j].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/7769afdcc95dd83d7e239c66792a442e.png); background-repeat:repeat-y;"; sidebar_footer[j].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/d3139397a1b71b712ec1b802181ef0b3.png); background-repeat:no-repeat;"; } } })();
"p.s. не последняя версия.
фон можно взять от прошлой(если не вкатит)"
Актуальное
Чат
Дефолт
Повторюсь: мелкоиконки всё портят. Они словно дешёвая аппликация. Без них выглядеть будет куда круче и аутентичнее.
"Добавлено через: ~7 минут"
1.5
// ==UserScript== // @name StalkerUz.Com - новый дизайн // @namespace http://tampermonkey.net/ // @version 1.0 // @description UserScript, который обновляет дизайн на сайте. // @author Дымча aka B.I.G. Smoke, Страж // @match *://stalkeruz.com/* // @grant none // ==/UserScript== (function() { 'use strict'; // ================================== Область querySelectorAll ================================== // // * Фон, header и footer document.body.style.cssText = `background: url("https://d.radikal.ru/d13/2102/a7/6e0b579cc855.png") 0% 0% / cover no-repeat fixed;`; document.querySelector("body #page #fonepage #header #headerimg a img.sitetitle").style.cssText += `opacity: 0`; document.querySelector("body #page #fonepage").style.cssText = `background: #000 url(https://a.radikal.ru/a20/2102/89/d21d7c57492c.png) repeat-y;`; document.querySelector("body #page #fonepage #header #headerimg #fixed10.specia999 .specia2l5").style.cssText += `margin-left: 1.5%;`; document.querySelector("body #page #footer").style.cssText = `background: #000 url(https://stalkeruz.com/stalker_images/pic_b/4c48442cb16d38d0b4e157454f77ebde.png) no-repeat top;`; // Если пользователь присутствует на форуме, применить шапку форума, иначе применить стандартную шапку if (window.location.pathname == "/forum.html") { document.querySelector("body #page #fonepage #header").style.cssText = `background: #000 url(https://a.radikal.ru/a37/2102/0e/98a83ffb597a.gif) no-repeat bottom center;`; } else { document.querySelector("body #page #fonepage #header").style.cssText = `background: #000 url(https://a.radikal.ru/a37/2102/0e/98a83ffb597a.gif) no-repeat bottom center;`; } // Удаление текста у underpost под слайдером с баннерами, если такой контейнер существует if (document.querySelector("body #page #fonepage #content .underpost .nodelinks .special26")) { document.querySelector("body #page #fonepage #content .underpost .nodelinks .special26").innerText = ""; } // * Блок "Актуальные темы на сегодня" if (document.querySelector("body #page #fonepage .contenttop.special44")) { document.querySelector("body #page #fonepage .contenttop.special44").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/22430ff850336b8cb4f49114432235b6.png); background-repeat:no-repeat; overflow: hidden;"; document.querySelector("body #page #fonepage .contentbody.special45").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/df0fba148aaeff00e680ba745744b7a8.png); background-repeat:repeat-y;"; document.querySelector("body #page #fonepage .contentbottom.special46").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/641033f3824e9bc61f68d0e90f014f7f.png); background-repeat:no-repeat;"; document.querySelector("body #page #fonepage .contenttop.special44 .special47").style.paddingLeft = "20px"; } // * Блок контента (форум, темы форума) if (document.querySelectorAll("body #page #fonepage #content .contenttop")[0]) { document.querySelectorAll("body #page #fonepage #content .contenttop")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/32a398fb8a1674b1f191005f185b076a.png); background-repeat:no-repeat;"; //document.querySelectorAll("body #page #fonepage #content .contentbody")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/4e079a437df7598bcc7a44257435138f.png); background-repeat:repeat-y;"; document.querySelectorAll("body #page #fonepage #content .contentbottom")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/b91a13d3aec2f694a52ecfb1e845d1df.png); background-repeat:no-repeat;"; // * Блок внизу чата и фон чата if (window.location.pathname == "/tribune") { document.querySelectorAll("body #page #fonepage #content .contenttop")[1].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/86edbdbac9fae4ee4c14bb250eb64e92.png); background-repeat:no-repeat;"; document.querySelectorAll("body #page #fonepage #content .contentbottom")[1].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/dfe54df756a04affa7797ae56fde92bf.png); background-repeat:no-repeat;"; document.querySelector("body #page #fonepage #content #onlineusers.contentbody.speacial12").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/80371c3a152e5ba2d605bd191f00160c.png); background-repeat: repeat-y;"; document.querySelector("body #page #fonepage #ul-tribune-page.tribune-posts.tribune-page").style.cssText = `background: url(https://stalkeruz.com/stalker_images/pic_b/80371c3a152e5ba2d605bd191f00160c.png); background-repeat: repeat-y;`; } else { document.querySelectorAll("body #page #fonepage #content .contentbody")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/80371c3a152e5ba2d605bd191f00160c.png); background-repeat:repeat-y;"; } } // ================================== Область querySelectorAll ================================== // // * Блок записей (статьи) var nodetop = document.querySelectorAll("body #page #fonepage #content .nodetop"), i; var nodecontent = document.querySelectorAll("body #page #fonepage #content .nodecontent"); var nodelinks = document.querySelectorAll("body #page #fonepage #content .nodelinks"); var sidebar_top = document.querySelectorAll("body #page #fonepage #sidebar h6"), j; var sidebar_content = document.querySelectorAll("body #page #fonepage #sidebar .content"); var sidebar_footer = document.querySelectorAll("body #page #fonepage #sidebar .bfoot"); // Если существует nodetop, заменить стили всех nodetop, nodecontent и nodelinks if (nodetop) { for (i = 0; i < nodetop.length; ++i) { nodetop[i].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/80e7179204ed875b8202785529d74c36.png); background-repeat:no-repeat;"; nodecontent[i].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/462f10bc324f1a6fd5e67ac0643707e9.png); background-repeat:repeat-y;"; nodelinks[i].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/361033316064e1307129dcdbe9ac1aab.png); background-repeat:no-repeat;"; } } // Если существует sidebar, заменить стили всех sidebar_top, sidebar_content и sidebar_footer if (sidebar_top) { for (j = 0; j < sidebar_top.length; ++j) { sidebar_top[j].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/b353c5eb0161092555d0f687d468c9c3.png); background-repeat:no-repeat;"; sidebar_content[j].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/7769afdcc95dd83d7e239c66792a442e.png); background-repeat:repeat-y;"; sidebar_footer[j].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/d3139397a1b71b712ec1b802181ef0b3.png); background-repeat:no-repeat;"; } } })();
Отныне и навсегда, эта тема переходит в мастерскую группировки "Бандиты".
Название остается неизменным, так как более чем подходит тематично.
Оформление темы будет переделано.
Здесь будут публиковаться наработки для развития графической составляющей сайта и группировки.
Благодарность: пополнить склад
▄█ ░█░ █▀█ █▄▄ █░█ █▄█ █▄ ░█░ █▀█ ██▄ █░▀░█ ██▄
+ Допилил рамки.
+ Убраны иконки.
screenshots
code
// ==UserScript== // @name StalkerUz.Com - новый дизайн // @namespace http://tampermonkey.net/ // @version 1.0 // @description UserScript, который обновляет дизайн на сайте. // @author Дымча aka B.I.G. Smoke, Страж // @match *://stalkeruz.com/* // @grant none // ==/UserScript== (function() { 'use strict'; // ================================== Область querySelectorAll ================================== // // * Фон, header и footer document.body.style.cssText = `background: url("https://d.radikal.ru/d13/2102/a7/6e0b579cc855.png") 0% 0% / cover no-repeat fixed;`; document.querySelector("body #page #fonepage #header #headerimg a img.sitetitle").style.cssText += `opacity: 0`; document.querySelector("body #page #fonepage").style.cssText = `background: #000 url(https://a.radikal.ru/a20/2102/89/d21d7c57492c.png) repeat-y;`; document.querySelector("body #page #fonepage #header #headerimg #fixed10.specia999 .specia2l5").style.cssText += `margin-left: 1.5%;`; document.querySelector("body #page #footer").style.cssText = `background: #000 url(https://stalkeruz.com/stalker_images/pic_b/4c48442cb16d38d0b4e157454f77ebde.png) no-repeat top;`; // Если пользователь присутствует на форуме, применить шапку форума, иначе применить стандартную шапку if (window.location.pathname == "/forum.html") { document.querySelector("body #page #fonepage #header").style.cssText = `background: #000 url(https://a.radikal.ru/a37/2102/0e/98a83ffb597a.gif) no-repeat bottom center;`; } else { document.querySelector("body #page #fonepage #header").style.cssText = `background: #000 url(https://a.radikal.ru/a37/2102/0e/98a83ffb597a.gif) no-repeat bottom center;`; } // Удаление текста у underpost под слайдером с баннерами, если такой контейнер существует if (document.querySelector("body #page #fonepage #content .underpost .nodelinks .special26")) { document.querySelector("body #page #fonepage #content .underpost .nodelinks .special26").innerText = ""; } // * Блок "Актуальные темы на сегодня" if (document.querySelector("body #page #fonepage .contenttop.special44")) { document.querySelector("body #page #fonepage .contenttop.special44").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/22430ff850336b8cb4f49114432235b6.png); background-repeat:no-repeat; overflow: hidden;"; document.querySelector("body #page #fonepage .contentbody.special45").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/df0fba148aaeff00e680ba745744b7a8.png); background-repeat:repeat-y;"; document.querySelector("body #page #fonepage .contentbottom.special46").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/641033f3824e9bc61f68d0e90f014f7f.png); background-repeat:no-repeat;"; document.querySelector("body #page #fonepage .contenttop.special44 .special47").style.paddingLeft = "20px"; } // * Блок контента (форум, темы форума) if (document.querySelectorAll("body #page #fonepage #content .contenttop")[0]) { document.querySelectorAll("body #page #fonepage #content .contenttop")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/0f759ebb151d9f9945cf7f428387df26.png); background-repeat:no-repeat;"; //document.querySelectorAll("body #page #fonepage #content .contentbody")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/4e079a437df7598bcc7a44257435138f.png); background-repeat:repeat-y;"; document.querySelectorAll("body #page #fonepage #content .contentbottom")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/724a00ee555df88bac59ace6539898b2.png); background-repeat:no-repeat;"; // * Блок внизу чата и фон чата if (window.location.pathname == "/tribune") { document.querySelectorAll("body #page #fonepage #content .contenttop")[1].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/f144eb417d986b30dbe919940761bcca.png); background-repeat:no-repeat;"; document.querySelectorAll("body #page #fonepage #content .contentbottom")[1].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/dfe54df756a04affa7797ae56fde92bf.png); background-repeat:no-repeat;"; document.querySelector("body #page #fonepage #content #onlineusers.contentbody.speacial12").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/80371c3a152e5ba2d605bd191f00160c.png); background-repeat: repeat-y;"; document.querySelector("body #page #fonepage #ul-tribune-page.tribune-posts.tribune-page").style.cssText = `background: url(https://stalkeruz.com/stalker_images/pic_b/80371c3a152e5ba2d605bd191f00160c.png); background-repeat: repeat-y;`; } else { document.querySelectorAll("body #page #fonepage #content .contentbody")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/80371c3a152e5ba2d605bd191f00160c.png); background-repeat:repeat-y;"; } } // ================================== Область querySelectorAll ================================== // // * Блок записей (статьи) var nodetop = document.querySelectorAll("body #page #fonepage #content .nodetop"), i; var nodecontent = document.querySelectorAll("body #page #fonepage #content .nodecontent"); var nodelinks = document.querySelectorAll("body #page #fonepage #content .nodelinks"); var sidebar_top = document.querySelectorAll("body #page #fonepage #sidebar h6"), j; var sidebar_content = document.querySelectorAll("body #page #fonepage #sidebar .content"); var sidebar_footer = document.querySelectorAll("body #page #fonepage #sidebar .bfoot"); // Если существует nodetop, заменить стили всех nodetop, nodecontent и nodelinks if (nodetop) { for (i = 0; i < nodetop.length; ++i) { nodetop[i].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/b29303ecc5a9152bfa60ec5fc0ce8253.png); background-repeat:no-repeat;"; nodecontent[i].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/03222865905e81cdaa8365d281767215.png); background-repeat:repeat-y;"; nodelinks[i].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/361033316064e1307129dcdbe9ac1aab.png); background-repeat:no-repeat;"; } } // Если существует sidebar, заменить стили всех sidebar_top, sidebar_content и sidebar_footer if (sidebar_top) { for (j = 0; j < sidebar_top.length; ++j) { sidebar_top[j].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/b353c5eb0161092555d0f687d468c9c3.png); background-repeat:no-repeat;"; sidebar_content[j].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/7769afdcc95dd83d7e239c66792a442e.png); background-repeat:repeat-y;"; sidebar_footer[j].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/d3139397a1b71b712ec1b802181ef0b3.png); background-repeat:no-repeat;"; } } })();
Новая пикча шапки в стандартный дизайн сайта.
- Вырезаны лишние даты.
- Изменен домен.
stalkeruz default + рамки + фон + шапка
// ==UserScript== // @name StalkerUz.Com - новый дизайн 228 // @namespace http://tampermonkey.net/ // @version 1.0 // @description UserScript, который обновляет дизайн на сайте. // @author B.I.G. Smoke // @match *://stalkeruz.com/* // @grant none // ==/UserScript== (function() { 'use strict'; // ================================== Область querySelectorAll ================================== // // * Фон, header и footer document.body.style.cssText = `background: url("https://d.radikal.ru/d13/2102/a7/6e0b579cc855.png") 0% 0% / cover no-repeat fixed;`; document.querySelector("body #page #fonepage #header #headerimg a img.sitetitle").style.cssText += `opacity: 0`; document.querySelector("body #page #fonepage").style.cssText = `background: #000 url(https://stalkeruz.com/themes/stalker/images/frontbg.jpg) repeat-y;`; document.querySelector("body #page #fonepage #header #headerimg #fixed10.specia999 .specia2l5").style.cssText += `margin-left: 1.5%;`; document.querySelector("body #page #footer").style.cssText = `background: #000 url(https://stalkeruz.com/stalker_images/pic_b/4c48442cb16d38d0b4e157454f77ebde.png) no-repeat top;`; // Если пользователь присутствует на форуме, применить шапку форума, иначе применить стандартную шапку if (window.location.pathname == "/forum.html") { document.querySelector("body #page #fonepage #header").style.cssText = `background: #000 url(https://stalkeruz.com/stalker_images/pic_b/2d20469f0922e6fbb74f40e97acc3e4c.png) no-repeat bottom center;`; } else { document.querySelector("body #page #fonepage #header").style.cssText = `background: #000 url(https://stalkeruz.com/stalker_images/pic_b/2d20469f0922e6fbb74f40e97acc3e4c.png) no-repeat bottom center;`; } // Удаление текста у underpost под слайдером с баннерами, если такой контейнер существует if (document.querySelector("body #page #fonepage #content .underpost .nodelinks .special26")) { document.querySelector("body #page #fonepage #content .underpost .nodelinks .special26").innerText = ""; } // * Блок "Актуальные темы на сегодня" if (document.querySelector("body #page #fonepage .contenttop.special44")) { document.querySelector("body #page #fonepage .contenttop.special44").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/22430ff850336b8cb4f49114432235b6.png); background-repeat:no-repeat; overflow: hidden;"; document.querySelector("body #page #fonepage .contentbody.special45").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/df0fba148aaeff00e680ba745744b7a8.png); background-repeat:repeat-y;"; document.querySelector("body #page #fonepage .contentbottom.special46").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/641033f3824e9bc61f68d0e90f014f7f.png); background-repeat:no-repeat;"; document.querySelector("body #page #fonepage .contenttop.special44 .special47").style.paddingLeft = "20px"; } // * Блок контента (форум, темы форума) if (document.querySelectorAll("body #page #fonepage #content .contenttop")[0]) { document.querySelectorAll("body #page #fonepage #content .contenttop")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/0f759ebb151d9f9945cf7f428387df26.png); background-repeat:no-repeat;"; //document.querySelectorAll("body #page #fonepage #content .contentbody")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/4e079a437df7598bcc7a44257435138f.png); background-repeat:repeat-y;"; document.querySelectorAll("body #page #fonepage #content .contentbottom")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/724a00ee555df88bac59ace6539898b2.png); background-repeat:no-repeat;"; // * Блок внизу чата и фон чата if (window.location.pathname == "/tribune") { document.querySelectorAll("body #page #fonepage #content .contenttop")[1].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/f144eb417d986b30dbe919940761bcca.png); background-repeat:no-repeat;"; document.querySelectorAll("body #page #fonepage #content .contentbottom")[1].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/dfe54df756a04affa7797ae56fde92bf.png); background-repeat:no-repeat;"; document.querySelector("body #page #fonepage #content #onlineusers.contentbody.speacial12").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/80371c3a152e5ba2d605bd191f00160c.png); background-repeat: repeat-y;"; document.querySelector("body #page #fonepage #ul-tribune-page.tribune-posts.tribune-page").style.cssText = `background: url(https://stalkeruz.com/stalker_images/pic_b/80371c3a152e5ba2d605bd191f00160c.png); background-repeat: repeat-y;`; } else { document.querySelectorAll("body #page #fonepage #content .contentbody")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/80371c3a152e5ba2d605bd191f00160c.png); background-repeat:repeat-y;"; } } // ================================== Область querySelectorAll ================================== // // * Блок записей (статьи) var nodetop = document.querySelectorAll("body #page #fonepage #content .nodetop"), i; var nodecontent = document.querySelectorAll("body #page #fonepage #content .nodecontent"); var nodelinks = document.querySelectorAll("body #page #fonepage #content .nodelinks"); var sidebar_top = document.querySelectorAll("body #page #fonepage #sidebar h6"), j; var sidebar_content = document.querySelectorAll("body #page #fonepage #sidebar .content"); var sidebar_footer = document.querySelectorAll("body #page #fonepage #sidebar .bfoot"); // Если существует nodetop, заменить стили всех nodetop, nodecontent и nodelinks if (nodetop) { for (i = 0; i < nodetop.length; ++i) { nodetop[i].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/b29303ecc5a9152bfa60ec5fc0ce8253.png); background-repeat:no-repeat;"; nodecontent[i].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/03222865905e81cdaa8365d281767215.png); background-repeat:repeat-y;"; nodelinks[i].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/361033316064e1307129dcdbe9ac1aab.png); background-repeat:no-repeat;"; } } // Если существует sidebar, заменить стили всех sidebar_top, sidebar_content и sidebar_footer if (sidebar_top) { for (j = 0; j < sidebar_top.length; ++j) { sidebar_top[j].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/b353c5eb0161092555d0f687d468c9c3.png); background-repeat:no-repeat;"; sidebar_content[j].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/7769afdcc95dd83d7e239c66792a442e.png); background-repeat:repeat-y;"; sidebar_footer[j].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/d3139397a1b71b712ec1b802181ef0b3.png); background-repeat:no-repeat;"; } } })();
screenshot
code
// ==UserScript== // @name StalkerUz.Com - Свобода // @namespace http://tampermonkey.net/ // @version 1.0 // @description UserScript, который обновляет дизайн на сайте. // @author Дымча aka B.I.G. Smoke, Страж // @match *://stalkeruz.com/* // @grant none // ==/UserScript== (function() { 'use strict'; // ================================== Область querySelectorAll ================================== // // * Фон, header и footer document.body.style.cssText = `background: url("https://stalkeruz.com/stalker_images/pic_b/5a2e4227470faf5684f0d1a2f5e41b53.png") 0% 0% / cover no-repeat fixed;`; document.querySelector("body #page #fonepage #header #headerimg a img.sitetitle").style.cssText += `opacity: 0`; document.querySelector("body #page #fonepage").style.cssText = `background: #000 url(https://stalkeruz.com/stalker_images/pic_b/aebb5a24252eedc411e3d362823525b0.png) repeat-y;`; document.querySelector("body #page #fonepage #header #headerimg #fixed10.specia999 .specia2l5").style.cssText += `margin-left: 1.5%;`; document.querySelector("body #page #footer").style.cssText = `background: #000 url(https://stalkeruz.com/stalker_images/pic_b/4c48442cb16d38d0b4e157454f77ebde.png) no-repeat top;`; // Если пользователь присутствует на форуме, применить шапку форума, иначе применить стандартную шапку if (window.location.pathname == "/forum.html") { document.querySelector("body #page #fonepage #header").style.cssText = `background: #000 url(https://stalkeruz.com/stalker_images/pic_b/5f7bfad71e9a44c1170365f5f3945249.png) no-repeat bottom center;`; } else { document.querySelector("body #page #fonepage #header").style.cssText = `background: #000 url(https://stalkeruz.com/stalker_images/pic_b/5f7bfad71e9a44c1170365f5f3945249.png) no-repeat bottom center;`; } // Удаление текста у underpost под слайдером с баннерами, если такой контейнер существует if (document.querySelector("body #page #fonepage #content .underpost .nodelinks .special26")) { document.querySelector("body #page #fonepage #content .underpost .nodelinks .special26").innerText = ""; } // * Блок "Актуальные темы на сегодня" if (document.querySelector("body #page #fonepage .contenttop.special44")) { document.querySelector("body #page #fonepage .contenttop.special44").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/22430ff850336b8cb4f49114432235b6.png); background-repeat:no-repeat; overflow: hidden;"; document.querySelector("body #page #fonepage .contentbody.special45").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/df0fba148aaeff00e680ba745744b7a8.png); background-repeat:repeat-y;"; document.querySelector("body #page #fonepage .contentbottom.special46").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/641033f3824e9bc61f68d0e90f014f7f.png); background-repeat:no-repeat;"; document.querySelector("body #page #fonepage .contenttop.special44 .special47").style.paddingLeft = "20px"; } // * Блок контента (форум, темы форума) if (document.querySelectorAll("body #page #fonepage #content .contenttop")[0]) { document.querySelectorAll("body #page #fonepage #content .contenttop")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/0f759ebb151d9f9945cf7f428387df26.png); background-repeat:no-repeat;"; //document.querySelectorAll("body #page #fonepage #content .contentbody")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/4e079a437df7598bcc7a44257435138f.png); background-repeat:repeat-y;"; document.querySelectorAll("body #page #fonepage #content .contentbottom")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/724a00ee555df88bac59ace6539898b2.png); background-repeat:no-repeat;"; // * Блок внизу чата и фон чата if (window.location.pathname == "/tribune") { document.querySelectorAll("body #page #fonepage #content .contenttop")[1].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/f144eb417d986b30dbe919940761bcca.png); background-repeat:no-repeat;"; document.querySelectorAll("body #page #fonepage #content .contentbottom")[1].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/dfe54df756a04affa7797ae56fde92bf.png); background-repeat:no-repeat;"; document.querySelector("body #page #fonepage #content #onlineusers.contentbody.speacial12").style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/80371c3a152e5ba2d605bd191f00160c.png); background-repeat: repeat-y;"; document.querySelector("body #page #fonepage #ul-tribune-page.tribune-posts.tribune-page").style.cssText = `background: url(https://stalkeruz.com/stalker_images/pic_b/80371c3a152e5ba2d605bd191f00160c.png); background-repeat: repeat-y;`; } else { document.querySelectorAll("body #page #fonepage #content .contentbody")[0].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/80371c3a152e5ba2d605bd191f00160c.png); background-repeat:repeat-y;"; } } // ================================== Область querySelectorAll ================================== // // * Блок записей (статьи) var nodetop = document.querySelectorAll("body #page #fonepage #content .nodetop"), i; var nodecontent = document.querySelectorAll("body #page #fonepage #content .nodecontent"); var nodelinks = document.querySelectorAll("body #page #fonepage #content .nodelinks"); var sidebar_top = document.querySelectorAll("body #page #fonepage #sidebar h6"), j; var sidebar_content = document.querySelectorAll("body #page #fonepage #sidebar .content"); var sidebar_footer = document.querySelectorAll("body #page #fonepage #sidebar .bfoot"); // Если существует nodetop, заменить стили всех nodetop, nodecontent и nodelinks if (nodetop) { for (i = 0; i < nodetop.length; ++i) { nodetop[i].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/b29303ecc5a9152bfa60ec5fc0ce8253.png); background-repeat:no-repeat;"; nodecontent[i].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/03222865905e81cdaa8365d281767215.png); background-repeat:repeat-y;"; nodelinks[i].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/361033316064e1307129dcdbe9ac1aab.png); background-repeat:no-repeat;"; } } // Если существует sidebar, заменить стили всех sidebar_top, sidebar_content и sidebar_footer if (sidebar_top) { for (j = 0; j < sidebar_top.length; ++j) { sidebar_top[j].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/6f701b8690fce385c576e2a4bb559bda.png); background-repeat:no-repeat;"; sidebar_content[j].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/7769afdcc95dd83d7e239c66792a442e.png); background-repeat:repeat-y;"; sidebar_footer[j].style.cssText = "background:url(https://stalkeruz.com/stalker_images/pic_b/b1f783bffb62314efa7225447f521c09.png); background-repeat:no-repeat;"; } } })();
Дымча, просто топовый дизайн. Буду сидеть на свободовском. Пробуй себя в профессиональном веб-дизайне.
P.S. Сбросьте кэш, если на работает.
Страж, Свободу в кеш)))
Наш канал в телеграмме - Подписывайся!!! - t.me/stalkeruz_com
Наш чат в телеграмме - Велкам!!! - t.me/joinchat/AhAXYUa0wa1dXbp760kauA