Összegyűjti és leviszi a szemetet a HTKA fórumáról.
HTKA fórum - szemétszedő by u9k6N5vF
Details
Authoru9k6N5vF
LicenseNo License
Categoryforum.htka.hu
Created
Updated
Size1.7 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name HTKA fórum - szemétszedő
@namespace github.com/openstyles/stylus
@version 1.0.1
@description Összegyűjti és leviszi a szemetet a HTKA fórumáról.
@author u9k6N5vF
==/UserStyle== */
/* Változások:
* 2024.02.03. Az alábbi propagandisták hozzászólásainak rejtése: Árpicsek, dudi, gigabiga. */
@-moz-document domain("forum.htka.hu") {
/* túl propagandista és/vagy túl agyhalott */
article[data-author="Árpicsek"],
article[data-author="Avtomat"],
article[data-author="dudi"],
article[data-author="G__G"],
article[data-author="gigabiga"],
article[data-author="kamm"],
article[data-author="Kijev Szelleme"],
article[data-author="Kopi2000"],
article[data-author="ladagrant"],
article[data-author="Lando"],
article[data-author="meszike91"],
article[data-author="mindenen kívül"],
article[data-author="Nagy Csaba"],
article[data-author="omae"],
article[data-author="PPP"],
article[data-author="SirHiggins"],
article[data-author="SpazzMaticus"],
article[data-author="Wilson"],
article[data-author="Yoda"]
{
display: none !important;
}
/* propagandista és/vagy agyhalott,
de néha véletlenül értelmeset is ír */
article[data-author="acorn"],
article[data-author="Aladeen"],
article[data-author="beta"],
article[data-author="Capslock27"],
article[data-author="Fade"],
article[data-author="gafzhu"],
article[data-author="Negan"],
article[data-author="PavolR"],
article[data-author="Robur"]
{
opacity: 0.4 !important;
}
/* elfogult moderátor */
article[data-author="Busho3301"]
{
opacity: 0.1 !important;
}
}