Linki GNU/Linux

Podgląd linków przed najechaniem z pomocą CSS

2022/06/18のページです。最新版はこちら

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
/* ==UserStyle==
@name           Linki GNU/Linux
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Podgląd linków przed najechaniem z pomocą CSS
@author         Me
==/UserStyle== */

@-moz-document url-prefix("https://forum.dobreprogramy.pl/t/") {
article[data-post-id="3844212"] .contents a:before {
    content: " (" attr(href) ") ";
}
}