Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Use Scratch project thumbnails to upload images to be used on the forums.

Notifications You must be signed in to change notification settings

jeffalo/scratch-image-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠ this extension is deprecated! check out the new fully featured extension over at Scratch Addons. in Scratch Addons, it has been renamed to "Forum Image Uploader"

this repository remains as an archive, and to report bugs with the new version of the addon in Scratch Addons

📁 scratch-image-uploader

a chrome(ium) extension which allows image uploading directly through scratch

💾 Installation

get it from the chrome webstore or install it using chrome's built in development mode for extensions

📜 Usage as a userscript

while not officially supported (there might be random issues), you can also use it as a userscript and it should work fine. until a better solution for firefox support is done, this is the only way to use it on firefox.

click here to install userscript

// ==UserScript==
// @name         Scratch Image Uploader
// @namespace    https://jeffalo.net/
// @version      0.0.5
// @updateURL    https://gist.github.com/JeffaloBob/9ad73b0728863f85832bb6703b6b7875/raw/scratch-image-uploader.user.js
// @description  Use Scratch project thumbnails to upload images to be used on the forums.
// @author       Jeffalo
// @icon         https://raw.githubusercontent.com/JeffaloBob/scratch-image-uploader/master/images/logo_1000.png
// @include      https://scratch.mit.edu/discuss/*
// @require      https://raw.githubusercontent.com/JeffaloBob/scratch-image-uploader/master/text-field-edit.js
// @require      https://raw.githubusercontent.com/JeffaloBob/scratch-image-uploader/master/content.js
// @grant        none
// ==/UserScript==

thanks to @Boomer001 for the conversion!

📝 TODO

  • switch to using assets instead of project thumbnails (needs discussion)

  • add a menu for changing an image after it's been done. (needs design)

  • add user feedback when using drag and drop

  • i dont know if this is possible or not, but perhaps when adding the file upload button in, it could be done in a way that it looks like it all loads at the same time?

About

Use Scratch project thumbnails to upload images to be used on the forums.

Topics

Resources

Stars

Watchers

Forks