Raw Source
LordNazo / Nazo's Script for Trial System

// ==UserScript==
// @name Nazo's Script for Trial System
// @namespace http://tampermonkey.net/
// @version      4.0
// @description  An all-around script for Trial System. Incorporates Blue's script in addition to some extra modifications and code. See comments below for more details.
// @license MIT
// @author       Nazo
// @match        www.blankmediagames.com/Trial/*
// @include      http://blankmediagames.com/Trial/*
// @include      https://blankmediagames.com/Trial/*
// @downloadURL  https://gist.githubusercontent.com/LordNazo/72faaddbd509fa268135cbca35abce5c/raw/Nazo-Script-for-Trial-System.user.js
// @updateURL    https://gist.githubusercontent.com/LordNazo/72faaddbd509fa268135cbca35abce5c/raw/Nazo-Script-for-Trial-System.user.js
// @grant        none
// ==/UserScript==

/* Additional credits go to Bluewave41 */

/* Thank you for all you're doing, Blue. */

/* NOTE: UPDATE THIS SCRIPT AS SOON AS YOU DOWNLOAD IT! */

/*
Changelog:
(Yes, I am aware when I skip a number. OpenUserJS requires the version number at the top to change to force the update.)
  v4.0 Moving script to GitHub.

  v3.5
  Major changes and fixes. Fixed some flaws in the coding.

  v3.04
  Made some slight changes to the indicators. They should now disappear with the corresponding player's messages.

  v3.03
  Compatibility fixes to work with Blue's script.

  v3.0
  Removed all of Blue's code. This script now acts as a separate addon for Trial System.

  v2.33
  Should now display all in-game reports when viewing a report and not just when voting on one.

  v2.30:
  Fixed something that would have resulted in catastrophic consequences.

  v2.29:
  Added (!) indicators in reports to highlight other players that have been reported in the same game. (See filters and chat logs.)
  Added another reports tab that displays all reports against every applicable player in the game.
  Bypassed the welcome screen so you no longer have to see its ugliness.
  More cleanup.

  v2.27:

  Fixed the local date conversion for Firefox users and should run more smoothly now on all browsers.
  Removed the welcome screen because it's not like we're new to Trials.
  Fixed a stupid typo.
  Possibly fixed a few other things I forgot to list...
  Removed the useless banner at the bottom of the page.

*/

Modal.open("Please update this script.")