Podgląd linków przed najechaniem z pomocą CSS
Linki GNU/Linux by krystian3w
Mirrored from a private source
Details
Authorkrystian3w
LicenseNo License
Categorydobreprogramy
Created
Updated
Size440 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
v1.0.1 - Aktualizacja pod nowy tymczasowy URL https://forum.dobreprogramy.pl/t/663760/2
Source code
/* ==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
==/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) ") ";
}
}