Restore old Scratch love, favorite, remixes and views buttons! Stuff will update as time goes.
Old Scratch Icons by JackyBorderCollie
Details
AuthorJackyBorderCollie
LicenseMIT
Categoryscratch.mit.edu
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
As you may have noticed, Scratch updated their Love and Favorite icons for colorblind people. Some people who aren't colorblind may perfer the original ones though. If you are one of them, then this userstyle is for you! All it does is it replaces the new Love, Favorite, Remix and Views icons on the Scratch project page
Update as of 2/5/2023 21:37 (UTC+2 timezone): I restored the old Remix button color. Shoutout to Marc92020 for helping me find the old Remix button color!
Source code
/* ==UserStyle==
@name Old Scratch Icons
@version 20230502.19.37
@namespace userstyles.world/user/JackyBorderCollie
@description Restore old Scratch love, favorite, remixes and views buttons! Stuff will update as time goes.
@author JackyBorderCollie
@license MIT
==/UserStyle== */
@-moz-document domain("scratch.mit.edu") {
.project-loves:before {
background-image: url("https://assets.scratch.mit.edu/get_image/.%2E/55dadde9c9c20a0ec26375912d2de704.svg");
}
.project-favorites:before {
background-image: url("https://assets.scratch.mit.edu/get_image/.%2E/71b5fbd0e77317d5f7133eddfa0bcd83.svg");
}
.project-remixes:before {
background-image: url("https://assets.scratch.mit.edu/get_image/.%2E/60126a07dbf3e1a2c55d0acbc8508dc5.svg");
}
.project-views:before {
background-image: url("https://assets.scratch.mit.edu/get_image/.%2E/0353007f73896b4a880e871173b0df29.svg");
}
.preview .remix-button {
background-color: #10BD8C;
}
}