Skip to content

Instantly share code, notes, and snippets.

View Zro617's full-sized avatar

Zro Zro617

View GitHub Profile
@Zro617
Zro617 / scratch-notifications.user.js
Last active September 17, 2016 00:33
Adds desktop notifications for Scratch (https://scratch.mit.edu)
// ==UserScript==
// @name Scratch Notifications
// @namespace zro617.github.io
// @description Adds desktop notifications for Scratch messages
// @include https://scratch.mit.edu/*
// @version 1.21
// @grant none
// ==/UserScript==
if (typeof Scratch.INIT_DATA.LOGGED_IN_USER === "undefined") well_poop_you_need_to_log_in;
@Zro617
Zro617 / scratch-siggy-header-link.user.js
Last active August 2, 2020 03:31
[Scratch] Adds the link to your signature to the top of the forums page where it belongs
@Zro617
Zro617 / scratch-profile-navbar.user.js
Last active August 2, 2020 03:32
Adds a navigational bar on some profile subpages
// ==UserScript==
// @author Zro617
// @name Scratch Profile Navbar
// @namespace zro617.github.io
// @description Adds a navbar to the profile subpages
// @include https://scratch.mit.edu/users/*/projects/
// @include https://scratch.mit.edu/users/*/favorites/
// @include https://scratch.mit.edu/users/*/studios/
// @include https://scratch.mit.edu/users/*/studios_following/
// @include https://scratch.mit.edu/users/*/following/
@Zro617
Zro617 / scratch-messenger.user.js
Last active January 24, 2016 21:52
Directly message the author of a Scratch post
// ==UserScript==
// @name Scratch Messenger
// @namespace ScratchMessenger
// @author Zro617
// @description Lets you quickly write a message directly to the author of a forum post on Scratch
// @include https://scratch.mit.edu/discuss/topic/*
// @version 1.1.1
// @grant none
// ==/UserScript==
/*
@Zro617
Zro617 / scratch-support-buttons.user.js
Last active August 2, 2020 16:46
Userscript that adds buttons for quick "support" and "no support" posts. (btw I hate these)
// ==UserScript==
// @author Zro716
// @name Scratch Support Buttons
// @namespace ScratchSupportButtons
// @description Adds buttons to post "support" or "no support" (must include a reason)
// @include https://scratch.mit.edu/discuss/topic/*
// @version 1.01
// @grant none
// ==/UserScript==
@Zro617
Zro617 / thisandagain-pls-explain.user.js
Last active December 3, 2015 10:32
Summons our friend thisandagain, if it wasn't obvious enough.
// ==UserScript==
// @name thisandagain Summoner
// @namespace thisandagainPlsExplainThisPost
// @version 1.02
// @description Adds a link to posts to magically summon thisandagain
// @author Zro716, technoboy10
// @match https://scratch.mit.edu/discuss/*
// @grant none
// ==/UserScript==