promote someone

by frogggeee McFrogggeee

JavaScript

let user = prompt("who do you want to promote?", "griffpatch");
$.ajax({ url: 'https://scratch.mit.edu/site-api/users/curators-in/' + Scratch.INIT_DATA.GALLERY.model.id + '/promote/?usernames=' + user, type: 'PUT',});