Greasy Fork is available in English.

BR24 Remove Tags

Removes the tags from the BR24 website, making it cleaner and easier to read.

Bu betiği kurabilmeniz için Tampermonkey, Greasemonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği yüklemek için Tampermonkey gibi bir uzantı yüklemeniz gerekir.

Bu betiği kurabilmeniz için Tampermonkey ya da Violentmonkey gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği kurabilmeniz için Tampermonkey ya da Userscripts gibi bir kullanıcı betiği eklentisini kurmanız gerekmektedir.

Bu betiği indirebilmeniz için ayrıca Tampermonkey gibi bir eklenti kurmanız gerekmektedir.

Bu komut dosyasını yüklemek için bir kullanıcı komut dosyası yöneticisi uzantısı yüklemeniz gerekecek.

(Zaten bir kullanıcı komut dosyası yöneticim var, kurmama izin verin!)

Bu stili yüklemek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için Stylus gibi bir uzantı kurmanız gerekir.

Bu stili yükleyebilmek için Stylus gibi bir uzantı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

Bu stili yüklemek için bir kullanıcı stili yöneticisi uzantısı kurmanız gerekir.

Bu stili yükleyebilmek için bir kullanıcı stili yöneticisi uzantısı yüklemeniz gerekir.

(Zateb bir user-style yöneticim var, yükleyeyim!)

/* ==UserStyle==
@name         BR24 Remove Tags
@name:en      BR24 Remove Tags
@name:de      BR24 Tags entfernen
@description  Removes the tags from the BR24 website, making it cleaner and easier to read.
@description:en Removes the tags from the BR24 website, making it cleaner and easier to read.
@description:de Entfernt die Tags von der BR24-Website und macht sie sauberer und leichter lesbar.
 
@author       Thomas
@namespace    https://github.com/tmair
@supportURL   https://github.com/tmair/userscripts
 
@version      1.0.0
@license      MPL2.0
@preprocessor default
@grant GM_addStyle
@run-at document-start
@match https://br.de/nachrichten/*
==/UserStyle== */

li:has([href*="/nachrichten/suche?param="]) {
    display: none;
}