Linki GNU/Linux

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

当前为 2024-03-23 提交的版本,查看 最新版本

  1. /* ==UserStyle==
  2. @name Linki GNU/Linux
  3. @namespace github.com/openstyles/stylus
  4. @version 1.0.1
  5. @description Podgląd linków przed najechaniem z pomocą CSS
  6. @author Me
  7. ==/UserStyle== */
  8.  
  9. @-moz-document url-prefix("https://forum.dobreprogramy.pl/t/") {
  10. article[data-post-id="3844212"] .contents a:before,
  11. article[data-post-id="3997472"] .contents a:before {
  12. content: " (" attr(href) ") ";
  13. }
  14. }