LongMsgBuster

Collapse or shrink tall messages

Autor
luishendrix92
Instalaciones diarias
0
Instalaciones totales
10
Calificaciones
1 0 0
Versión
3
Creado
27/12/2016
Actualizado
27/12/2016
Tamaño
1,8 KB
Licencia
Desconocida
Funciona en

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