Linki GNU/Linux

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

  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. // @compatible firefox Firefox
  8. // @compatible chrome Chrome
  9. // @compatible edge Edge
  10. // @compatible opera Opera
  11. // @compatible safari Safari
  12. ==/UserStyle== */
  13.  
  14. @-moz-document url-prefix("https://forum.dobreprogramy.pl/t/") {
  15. article[data-post-id="3844212"] .contents a:before,
  16. article[data-post-id="3997472"] .contents a:before {
  17. content: " (" attr(href) ") ";
  18. }
  19. }