Skip to content

otvet.mail.ru - unlock links in banned profiles by i-re

Screenshot of otvet.mail.ru - unlock links in banned profiles

Details

Authori-re

LicenseNo License

Categoryotvet.mail.ru

Created

Updated

Size737 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Разблокирует ссылки в забаненных профилях / Unlocks links in banned profiles

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name			otvet.mail.ru - unlock links in banned profiles
@description		Разблокирует ссылки в забаненных профилях / Unlocks links in banned profiles
@namespace		otvet.mail.ru
@version		1.0
@author			i-re
==UserStyle== */

@-moz-document domain("otvet.mail.ru") {
	/* Разблокировать ссылки, сделать их непрозрачными и белыми */
	.ECrys,	/* блоки вопросов/ответов */
	.SQO6d,	/* разделы "Вопросы" и "Ответы" */
	._g8xp	/* разделы "Все", "Открытые", "Решенные", "На голосовании" */
	{
		opacity: 1;
		pointer-events: auto;
		color:white
	}
}

Reviews

No reviews yet.