Ventero / kongregate-userscripts

A collection of the Kongregate userscripts I've written in the past few years

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kongregate Userscripts

A collection of the Kongregate userscripts I've written in the past few years. Most of these scripts are probably broken by now, so use at your own risk.

Most of these scripts are hosted on my userscripts-mirror.org profile as well, for a more detailed description of the scripts and how to use them, see their respective page on userscripts-mirror.org.

Most of the scripts are licensed under the MIT/X11 license (see LICENSE.mit), with the exception of the Game Comment Enhancer, which is in the public domain.

List of Scripts

AFK-Command

This script improves the /afk command and adds an option to automatically get flagged as AFK after some time of inactivity.

License: MIT/X11 license

Challenge Notification Remover

Removes the sometimes annoying challenge notifications from the chat.

License: Public domain

Character Limit

Prevents users from entering more than 250 characters (which is where Kongregate cuts off the message) into the chat input.

License: MIT/X11 license

Chat Line Highlighting

Allows highlighting of messages containing specific words or sent by specific users in chat. Also see the Extended Chat Line Highlighting script.

License: MIT/X11 license

Chat Mouseover Timestamp

Shows a timestamp and whisper-link whenever you mouse the sender of a message.

License: MIT/X11 license

Chat Resizer

Allows resizing the chat area to any size.

License: MIT/X11 license

Chat Scripts Framework

This script is required by most of my other scripts, so it has to be installed when you want to use them.

License: MIT/X11 license

Clickable Links

Makes all links posted in the chat clickable.

License: MIT/X11 license

Delete Friend Link

Adds a "Delete Friend" to link to user profiles.

License: MIT/X11 license

Extended Chat Line Highlighting

An advanced version of the Chat Line Highlighting script, with more customization options.

License: MIT/X11 license

Forum Muting

Adds the option to mute users in the forums, preventing forum posts by those users from showing up.

License: MIT/X11 license

Forum Voices

Adds a list of users who posted in a forum thread ("voices") to the top of the thread.

License: MIT/X11 license

Fullscreen Chat

Increases the size of the chat window by hiding the game.

License: MIT/X11 license

Game Comments Enhancer

Adds pagination and the ability to configure the rating threshold to game comments.

License: Public Domain

In-Chat Timestamp

Prepends a timestamp to each message.

License: MIT/X11 license

Most Played

Adds a /mp num command, which shows the num (default: 5) most played games in the current chat room.

License: MIT/X11 license

Mouseover API Checker

Checks to see if a game implements the Kongregate API whenever the mouse moves over a game thumbnail.

License: MIT/X11 license

Reply Command

Adds a /r command to the chat, which replies to the last user who sent you a whisper.

License: MIT/X11 license

Reply Command Hotkey

Adds a hotkey (Alt-R) to reply to the last user who sent you a whisper.

License: MIT/X11 license

Username Completion

Adds IRC-style username completion (press tab to complete a username and cycle through all matches) to the chat.

License: MIT/X11 license

About

A collection of the Kongregate userscripts I've written in the past few years

License:MIT License


Languages

Language:JavaScript 100.0%