No description
Find a file
2025-09-01 02:42:40 +08:00
docs fix download buttons 2025-09-01 02:42:40 +08:00
better-quotes-n-delete.meta.js avoid reprocessing messages, better DOM traversal 2025-09-01 01:38:41 +08:00
better-quotes-n-delete.user.js avoid reprocessing messages, better DOM traversal 2025-09-01 01:38:41 +08:00
file-upload-progress-bar.meta.js second try handling multiple uploads 2025-09-01 01:55:27 +08:00
file-upload-progress-bar.user.js second try handling multiple uploads 2025-09-01 01:55:27 +08:00
README.md fix readme again 2025-09-01 02:39:34 +08:00

Flashii Chat Userscripts

A collection of scripts to extend chat functionality. Please have Greasemonkey/Tampermonkey installed.


Better Quotes & Delete Button

Delete Functionality

  • Shift+Click the timestamp of your own message to delete it; or
  • Hover your own message to reveal an x button for deletion.
  • If not needed, the delete functionality can be disabled by setting the enableDelete constant variable to false.

Quote Functionality

Partial Quoting

  • Highlight some text from a chat message
  • Click quote button
  • Selected text will be wrapped with [quote] BBcode and inserted into input field

Wholesale Quoting

  • Select a message to quote (click timestamp or quote button)
  • Quote preview will show the first 100 chars of the quoted message, will not clutter the input field
  • Your input will be appended to the quoted message upon sending
  • 'Go to quoted' or clicking quoted message timestamp will jump to and highlight the original message

Additional Notes

  • Quoted messages use relative time (auto-updating as you type/send).
  • CSS variables from the chat are reused, so styling matches existing chat themes.
  • Choose between buttons or clickable timestamps by toggling the showButtons constant variable.

Preview

Download


File Upload Progress Bar

  • Adds a theme-fitting progress bar for file uploads, displayed on the formatting bar.
  • Multiple uploads are shown as a combined progress for better visibility.

Preview

Download