Skip to content

Instantly share code, notes, and snippets.

@asapcaplord
asapcaplord / HockeyPro.user.js
Last active December 25, 2023 16:49
Winter 2023 TagPro Event Settings
// ==UserScript==
// @name HockeyPro
// @version 0.1
// @description Hockey 2023 Event QOL and visual updates
// @author ASAP, Racgiman, MC Ride (copying very heavily from Catalyst)
// @include https://*.koalabeast.com/game
// @include https://*.koalabeast.com/game?*
// @include http://*.koalabeast.com:*
// @include http://*.jukejuice.com:*
// @include http://*.newcompte.fr:*
@bryanbuchanan
bryanbuchanan / GetShapeArea.jsx
Last active April 1, 2024 09:32
Script to find the area of shapes in Adobe Illustrator
/* Save this file with a jsx extension and place in your
Illustrator/Presets/en_US/Scripts folder. You can then
access it from the File > Scripts menu */
var decimalPlaces = 3;
if (app.documents.length > 0) {
if (app.activeDocument.selection.length < 1) {
alert('Select a path');