Skip to content

Instantly share code, notes, and snippets.

View PullJosh's full-sized avatar

Josh Pullen PullJosh

View GitHub Profile
@PullJosh
PullJosh / packager.user.js
Last active April 14, 2022 13:50 — forked from an-OK-squirrel/packager.user.js
packager for scratch
// ==UserScript==
// @name Package
// @description turns :P into :package:
// @namespace scratch_userscripts
// @include https://scratch.mit.edu/*
// ==/UserScript==
x = $("img");
for (var i = $("img").length - 1; i >= 0; i--) {
var imageToChange = $($("img")[i])