Linki GNU/Linux

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

当前为 2022-06-18 提交的版本,查看 最新版本

  1. /* ==UserStyle==
  2. @name Linki GNU/Linux
  3. @namespace github.com/openstyles/stylus
  4. @version 1.0.0
  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. content: " (" attr(href) ") ";
  12. }
  13. }