Скрываем все абзацы со ссылками на телеграм
Pikabu hide Telegram links by BogdanTretyakov
Details
AuthorBogdanTretyakov
LicenseWTFPL
Categorypikabu.ru
Created
Updated
Size235 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Pikabu hide Telegram links
@namespace pikabu.ru
@version 1.0.0
==/UserStyle== */
@-moz-document domain("pikabu.ru") {
p:has(> a[href^="https://t.me"]) {
display: none;
}
}