Skip to content

Instantly share code, notes, and snippets.

@thompcha
thompcha / arm_elapsed.user.js
Last active January 25, 2023 19:37
Userscript that displays how long the current rip has been running in Automatic Ripping Machine (ARM)
// ==UserScript==
// @name ARM Rip Elapsed
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Show elapsed time of current rip
// @author thompcha
// @include http://*.*.*.*:8080/history
// @grant none
// @require https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.4/moment.min.js
// @license FSFAP