This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name char count adder (SO Chat) | |
// @namespace . | |
// @description Adds a label indicating the character count of your message | |
// @include http://chat.stackoverflow.com/rooms/* | |
// @include https://chat.stackoverflow.com/rooms/* | |
// @version 3 | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name avatar blocker | |
// @namespace about:blank | |
// @description removes the avatars of ten-or-less rep users | |
// @include http://chat.stackoverflow.com/rooms/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
//gets the reputation of the user that owns this user-container |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Network Bar Filter | |
// @namespace about:blank | |
// @include http://stackoverflow.com/* | |
// @include https://stackoverflow.com/* | |
// @include *.stackexchange.com/* | |
// @version 3 | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name spoiler button adder (SO Chat) | |
// @namespace about:blank | |
// @include http://chat.stackoverflow.com/rooms/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
//adds a spoiler to the input textarea. | |
//inserts it wherever your cursor is. |
NewerOlder