Hallo robertroth,
- Du könntest folgendes user-css verwenden:
.posting-content a::after {content: attr(href)}
Danke, das hilft. In Gunnars Antwort war es ja noch übersichtlich, aber wenn es mehr Links sind, übersehe ich das schon la und ärger mich dann später.
.thread-message .posting-content a {
font-size: 0;
text-decoration: none;
padding-bottom: .1rem;
border-bottom: 2px solid;
}
.posting-content a::after {
content: attr(href);
font-size: 1.05rem;
}
.posting-content a[href*='wiki.selfhtml.org']::after {
content: "(Wikiseite)";
}
.posting-content a[href*='forum.selfhtml.org/self/']::after,
.posting-content a[href*='forum.selfhtml.org/meta/']::after {
content: "(Forumsbeitrag)";
}
Bis demnächst
Matthias
--
Signaturen sind bloed (Steel) und Markdown ist mächtig.
Signaturen sind bloed (Steel) und Markdown ist mächtig.