LongMsgBuster

Collapse or shrink tall messages

作者
luishendrix92
日安装量
0
总安装量
10
评分
1 0 0
版本
3
创建于
2016-12-27
更新于
2016-12-27
大小
1.8 KB
许可证
暂无
适用于

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