Podgląd linków przed najechaniem z pomocą CSS
/* ==UserStyle==
@name Linki GNU/Linux
@namespace github.com/openstyles/stylus
@version 1.0.1
@description Podgląd linków przed najechaniem z pomocą CSS
@author Me
// @compatible firefox Firefox
// @compatible chrome Chrome
// @compatible edge Edge
// @compatible opera Opera
// @compatible safari Safari
==/UserStyle== */
@-moz-document url-prefix("https://forum.dobreprogramy.pl/t/") {
article[data-post-id="3844212"] .contents a:before,
article[data-post-id="3997472"] .contents a:before {
content: " (" attr(href) ") ";
}
}