Skip to content

2ch.hk Замена слогана by ergertetertert

Screenshot of 2ch.hk Замена слогана

Details

Authorergertetertert

LicenseNo License

Categoryhttps://2ch.hk/

Created

Updated

Code size581 B

Code checksumc32d4a91

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Заменяет "Оставайся дома. Снова." на Добро пожаловать. Снова

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           2ch.hk/- дек. 2023 г.
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://2ch.hk/") {
    /* Место для CSS кода... */
}

.header__sub.header__item {
  visibility: hidden;
}

.header__sub.header__item:before {
	margin-left: 220px;
	margin-right: auto;
	content: 'Добро пожаловать. Снова.';
	font-family: 'Verdana';
	font-style: normal;
	font-size:19px;
	color: #ff7000;
	visibility: visible
}

Reviews

No reviews yet.