AO3 Floating Comment Box

Floating comment box for AO3

< Spätná väzba na AO3 Floating Comment Box

Hodnotenie: Dobré - skript funguje

§
Pridaný: 04.01.2022

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!

§
Pridaný: 03.01.2024

What did you have to change to add the blockquote?

§
Pridaný: 04.01.2024
Upravený: 04.01.2024

Look for this code:

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

And replace with:

    `const selection = `<blockquote><i>${window.getSelection().toString().trim()}</i></blockquote>``
§
Pridaný: 04.01.2024
Upravený: 04.01.2024

Leave out the

<i></i>

if you don't want italics.

Pridať odpoveď

Aby ste mohli pridať odpoveď, prihláste sa.

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