AO3: Comment Formatting Options

Adds interface to comments to easily insert formatting options in HTML

작성자
dusty
일일 설치 수
0
총 설치 수
646
평점
4 0 0
버전
1.2
생성일
2017-07-13
갱신일
2018-03-04
크기
5.22KB
라이선스
해당 없음
적용 사이트

NOTE: This script won't fully work when using Greasemonkey 4. An alternative I recommend is ViolentMonkey.


This basically adds a UI to help you insert HTML codes to use for formatting comments. Edit the script and set ICONIFY to false if you want text instead of icons instead for the options.

Current options are:

  • Bold (<strong></strong>)
  • Italic (<em></em>)
  • Underline (<u></u>)
  • Strikethrough (<s></s>)
  • Insert Link (<a href=""></a>)
  • Insert Image (<img src="">)
  • Blockquote (<blockquote></blockquote>)

Possible TODOs If I Have Time And/Or Have Figured Out How To Do It

  • make it show up when editing a comment you previously made.
  • add a prompt thingy for the Insert Link and Insert Image options to ask for href/src values, etc.
  • add more options. definitely bulleted and numbered lists.
  • a preview on how the comment would look?

Let me know if you encounter bugs/weird shit happening or have suggestions etc. etc.

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