1 - 20 of 96 Bookmarked Items in Testing

Navigation

List of Bookmarks

  1. 28

    Tags
    Summary

    Five teenagers stuck together by pure chance find themselves descending into the unknown after receiving vaguely threatening messages and a mysterious link on a chat website.

    Series
    Language:
    English
    Words:
    112,784
    Chapters:
    299/?
    Comments:
    3,296
    Kudos:
    131
    Bookmarks:
    28
    Hits:
    7,190
  2. 2

    Tags
    Summary

    HTML Color Names.

    There are a total of 140 colors with names in the HTML. All of them work in AO3!!!! (obviously).

    chapters

    1. HTML Color Names.
    2. HTML Color Groups.
    3. box-shadow. [exploring/experimenting with the Workskin]
    4. #rrggbb = #rgb

    Series
    Language:
    English
    Words:
    897
    Chapters:
    4/4
    Kudos:
    7
    Bookmarks:
    2
    Hits:
    80
  3. 24

    Tags
    Summary

    《ao3也能轻松复刻的阅读交互》这篇笔记的代码及使用方法
    (折叠+跳转+自适应UI)

    Language:
    中文-普通话 國語
    Words:
    659
    Chapters:
    1/1
    Comments:
    17
    Kudos:
    85
    Bookmarks:
    24
    Hits:
    564
  4. 12

    Tags
    Summary

    create a "fading out text" effect in your AO3 works

    Language:
    English
    Words:
    509
    Chapters:
    1/1
    Comments:
    8
    Kudos:
    35
    Bookmarks:
    12
    Hits:
    593
  5. 13

    Tags
    Language:
    English
    Words:
    425
    Chapters:
    1/1
    Comments:
    23
    Kudos:
    77
    Bookmarks:
    13
    Hits:
    1,322
  6. 5

    Tags
    Summary

    A 5-minute guide for making comments more interesting with HTML.

    Bookmark to use this blurb as a reference.
    Quoting

    Paragraph(s)

    <blockquote>☻</blockquote>

    Short

    <q>☻</q>
    Collapsibles

    Open

    <details open><summary>☻</summary>☻</details>

    Closed

    <details><summary>☻</summary>☻</details>
    Links
    <a href="☻">☻</a>
    Lists

    Ordered

    <ol>
    <li>☻</li>
    </ol>

    Unordered

    <ul>
    <li>☻</li>
    </ul>
    Text
    <strong>bold☻</strong>
    <em>italic☻</em>
    <u>underline☻</u>
    <s>strike☻</s>
    
    Images
    <img src="☻" alt="☻"/>

    Series
    Language:
    English
    Words:
    426
    Chapters:
    1/4
    Comments:
    5
    Kudos:
    7
    Bookmarks:
    5
    Hits:
    93
  7. 1

    Tags
    Summary

    This is a newspaper type thing and I just wanna mess around with html and css while talking about ddvau :)

    Credits!!!!

    ‼️ALSO ITS VERY NOT FINISHED AND LOOKS KINDA BAD…AND IT’S NOT MOBILE FRIENDLY (I think) (I code on my iPad so idk very sorry)‼️

    Language:
    English
    Words:
    335
    Chapters:
    1/1
    Comments:
    2
    Kudos:
    4
    Bookmarks:
    1
    Hits:
    30
  8. 7

    Tags
    Summary

    A moving starry sky background, done with css and html!

    Language:
    English
    Words:
    1,132
    Chapters:
    1/1
    Comments:
    16
    Kudos:
    26
    Bookmarks:
    7
    Hits:
    182
  9. 2

    Tags
    Summary

    code that removes site header and footer from AO3

    Language:
    English
    Words:
    30
    Chapters:
    1/1
    Comments:
    2
    Kudos:
    6
    Bookmarks:
    2
    Hits:
    60
    • 09 Jun 2026

      Public Bookmark

    • 09 Jun 2026

      Public Bookmark

      Bookmark Tags:
      Bookmark Notes:
      Work Details

      Remove Header & Footer by feindcode (feind)

      Published: 2026-06-09
      Work ID: 79186361

      Relationship Tags:

      No Relationship Tags

      Work Summary:

      code that removes site header and footer from AO3

      (Approximate) Last Read: 2026/06/09

      No dashboard, no header, no footer (I feel like there's a joke in here, paraphrasing that one line about "No wife, no horse, no moustache" from Robert Anton Wilson's Illuminatus! series).  Now if only AO3 were to reverse yesterday's update that killed overflow and sticky....

  10. 4

    Tags
    Summary

    sorry, another one for the workskin devs. not sure yet what the implications of this are

    Language:
    English
    Words:
    57
    Chapters:
    1/1
    Comments:
    1
    Kudos:
    10
    Bookmarks:
    4
    Hits:
    105
  11. 14

    Summary

    Set in an alternate universe with its own history and secrets, Monika awakens once more in the club room, but something is different.

    How far does one have to go to reach peace, and what exactly do they find when they get there?

    Eventual Yurika.
    Background Sayosuki.

    Words:
    296,021
    Works:
    4
    Bookmarks:
    14
  12. 4

    Tags
    Summary

    Have you ever wanted to use complex shapes and graphics in your workskin, but you don’t feel like stacking divs on divs on divs, and images feel like cop-outs?

    I introduce to you: The Gradient!

    Look inside for a (somewhat) detailed tutorial on what to use them for, how to kick those shits into submission, and general tips & insights!

    Language:
    English
    Words:
    2,634
    Chapters:
    4/4
    Collections:
    1
    Comments:
    12
    Kudos:
    16
    Bookmarks:
    4
    Hits:
    286
  13. 23

    Tags
    Summary

    Is it possible to create a piece of interactive fiction on AO3 that mimics a time loop? With a complex workskin, the answer is yes!

    Language:
    English
    Words:
    1,727
    Chapters:
    2/2
    Comments:
    14
    Kudos:
    100
    Bookmarks:
    23
    Hits:
    883
  14. 42

    Tags
    Language:
    English
    Words:
    289
    Chapters:
    1/1
    Comments:
    28
    Kudos:
    70
    Bookmarks:
    42
    Hits:
    1,646
  15. 16

    Tags
    Summary

    A basic guide to CSS and HTML, dumbed down for my brain and yours, free gift included for the guy who’s name I know. I am far from expert, but I’m doing my best! First chapter is explanation and demonstration, second chapter is the raw CSS code for your copy-paste loving hands. Go on, rob me.

    Note: I’ll be doing my CSS experiments here so I don’t muck up my updating fics. Just stay on the first three chapters and you’re fine.

    Language:
    English
    Words:
    2,414
    Chapters:
    3/3
    Comments:
    22
    Kudos:
    35
    Bookmarks:
    16
    Hits:
    657
  16. 1

    Tags
    Summary

    1. simple Chat v01
    2. colorful chat [Void Themed Chat Skin]
    3. Global chat skin [Cute Pink]
    4. Global chat skin [starry night]

    Series
    Language:
    English
    Words:
    2,180
    Chapters:
    4/?
    Comments:
    2
    Kudos:
    9
    Bookmarks:
    1
    Hits:
    196
  17. 1

    Words:
    112,784
    Works:
    1
    Bookmarks:
    1
  18. 10

    Tags
    Summary

    A fairly simple way to allow your readers to set their name for a reader-insert fic, instead of having to use Y/N or similar.

    Language:
    English
    Words:
    1,765
    Chapters:
    2/?
    Comments:
    20
    Kudos:
    41
    Bookmarks:
    10
    Hits:
    1,068
  19. 5

    Tags
    Summary

    really simple work skin CSS code to improve readability without interfering with a user's selected site skin

    Language:
    English
    Words:
    635
    Chapters:
    1/1
    Comments:
    5
    Kudos:
    12
    Bookmarks:
    5
    Hits:
    394
  20. 1

    Tags
    Summary

    A 100 word drabble. No funny business here! Just take a look.

    Language:
    English
    Words:
    364
    Chapters:
    1/1
    Comments:
    4
    Kudos:
    11
    Bookmarks:
    1
    Hits:
    88

Filters

Filter results:
Submit

Include

?
Include Ratings
Include Warnings
Include Categories
Include Fandoms
Include Characters
Include Relationships
Include Additional Tags
Include Bookmarker's Tags

Exclude

?
Exclude Ratings
Exclude Warnings
Exclude Categories
Exclude Fandoms
Exclude Characters
Exclude Relationships
Exclude Additional Tags
Exclude Bookmarker's Tags

More Options

Word count
Bookmark types
Submit

Clear Filters

Navigation