Skip to content
blank_dvth edited this page May 11, 2023 · 14 revisions

Source Code


As of v4.7.2

Sites

Features

** = User Configurable | * = User Configurable (to a small extent)

  • Adds a GameME button next to Source IDs on user profiles
  • Adds presets to Add Ban and Edit Ban**
  • Adds utility buttons to the Edit Ban page
  • Automatically selects the Divison and Game ID Type when adding a ban**
  • Converts Admins Online to hyperlinks (in most cases)
  • Converts Steam ID 64 in ban notes to hyperlinks (to List Bans)*
  • Converts URLs in ban notes and profile notes to hyperlinks
  • Converts non-ID64 Steam IDs in the search bar to ID64 automatically**
  • Converts old edge-gamers.com/showthread links to current ones in MAUL User Notes
  • Converts unlinked Steam IDs to links that show all bans for that account
  • Flag bans based on fields**
  • Shows the time remaining and expiration date of all bans in a human friendly format on hover*

Permissions

  • Storage (GM_getValue/GM_setValue): Used for storing user config and persistent variables
  • Remote Resources (GM_getResourceText): Used to access a list of admin IDs (stored in this repo)
  • HTTP Requests (GM_xmlhttpRequest): Used to send requests to MAUL
  • Unsafe Window (unsafeWindow): Used to add additional utility functions to the console for the user

Connects

  • api.findsteamid.com: Used to lookup vanity URLs

Clone this wiki locally