AO3 Floating Comment Box

Floating comment box for AO3

< AO3 Floating Comment Box 피드백으로 돌아가기

리뷰: 좋음 - 스크립트가 잘 작동함

§
게시: 2022-01-04

Love this script!

I ended up making and sharing a version for myself that uses the blockquote tag in addition to the italics formatting to set off the quotes from the comments.

ScriptMouse, if you hate that I've done this, please let me know!

§
게시: 2024-01-03

What did you have to change to add the blockquote?

§
게시: 2024-01-04
수정: 2024-01-04

Look for this code:

    `const selection = `${window.getSelection().toString().trim()}``

And replace with:

    `const selection = `<blockquote><i>${window.getSelection().toString().trim()}</i></blockquote>``
§
게시: 2024-01-04
수정: 2024-01-04

Leave out the

<i></i>

if you don't want italics.

답글 게시

답글을 게시하려면 로그인하세요.

长期地址
遇到问题?请前往 GitHub 提 Issues。