home.social

Search

1000 results for “href”

  1. @akkartik Do you want an anchor tag?

    <a href="#section2">Go to Section 2</a>

  2. @akkartik Do you want an anchor tag?

    <a href="#section2">Go to Section 2</a>

  3. @akkartik Do you want an anchor tag?

    <a href="#section2">Go to Section 2</a>

  4. @akkartik Do you want an anchor tag?

    <a href="#section2">Go to Section 2</a>

  5. @akkartik Do you want an anchor tag?

    <a href="#section2">Go to Section 2</a>

  6. ```css

    @-moz-document url-prefix("https://www.some-website.example/") {
    article:has(a[href*="topic-i-really-cant-be-bothered-with-anymore"]) {
    opacity:0.5;
    filter:blur(10px);
    }
    }
    ```

    #FilterBubble 👀
    #UserStyle #Stylus #Firefox #CSS

    PS: `display: none` is also fine.

  7. 🐰🕳️<3 / Skoomar / March 23, 2024
    <a href="/jump.php?https%3A%2F%2Ftwitter.com%2FSkooomar%2Fstatus%2F1771454954357563627" target="_blank">https://twitter.com/Skooomar/status/1771454954357563627</a>
    #HatsuneMiku #初音ミク #ラビットホール #魅惑の谷間 #バニーガール #女の子
    https://www.pixiv.net/en/artworks/117177531
    https://www.pixiv.net/en/users/42301777
  8. 初音ミク / Megane / February 26, 2024
    Twitter - <strong><a href="https://twitter.com/OnafielOnafiel" target="_blank">twitter/OnafielOnafiel</a></strong>
    #初音ミク, #Hatsune, #miku, #girl, #digital, #art, #cute
    https://www.pixiv.net/en/artworks/116402795
    https://www.pixiv.net/en/users/40713588
  9. @kensanata It still supports them

    #
    #prev next

    here

    for

    <html>
    <head>
    <link rel="prev" href="prev.html" >
    <link rel="next" href="next.html" >
    </head>
    <body>here</body>
    </html>