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.

发布留言

登录(不可用)以发布留言。

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址