LongMsgBuster

Collapse or shrink tall messages

יוצר
luishendrix92
התקנות יומיות
0
סה"כ התקנות
10
דירוגים
1 0 0
גרסה
3
נוצר
27-12-2016
עודכן
27-12-2016
Size
1.8 קילו-בייט
רישיון
לא זמין
חל על

This is a script that hides or collapses (deleting them from the DOM) chat messages in the Gitter web application. Sometimes people will post messages that cloud the vision of the other users and it can get a bit annoying. This script has been tested on both Chrome with TamperMonkey and Firefox with GreaseMonkey.

Usage on Windows

[Ctrl + Alt + F]

Turns the big messages into a warning with a button to restore the message.

[Ctrl + Alt + G]

Obliterates the message from the DOM tree, making them unrecoverable.

Usage on Mac

[CMD/Control + Option (or Alt) + F]

Turns the big messages into a warning with a button to restore the message.

[CMD/Control + Option (or Alt) + G]

Obliterates the message from the DOM tree, making them unrecoverable.

Options

The script has two constants as of now in the Javascript code:

  • MAX_HEIGHT: The maximum desirable height of Gitter messages (in pixels)
  • WARNING: The HTML paragraph to be displayed when shrinking