Discuss Scratch
- Discussion Forums
- » Suggestions
- » Add more news to the Scratch Splash Page
- Rosics
-
500+ posts
Add more news to the Scratch Splash Page
https://api.scratch.mit.edu/news?limit=3
It's totally possible! Just change it from limit 3 to whatever you want.
https://api.scratch.mit.edu/news?limit=5
https://api.scratch.mit.edu/news?limit=10
https://api.scratch.mit.edu/news?limit=15
Add CSS:
and bam its scrollable!

No extensions (except for dark mode) so this is possible in vanilla Scratch!
This can be the same with the activity tab that shows scratchers activity you follow.
It's totally possible! Just change it from limit 3 to whatever you want.
https://api.scratch.mit.edu/news?limit=5
https://api.scratch.mit.edu/news?limit=10
https://api.scratch.mit.edu/news?limit=15
Add CSS:
.box-news { height: 300px; overflow: auto; }
and bam its scrollable!

No extensions (except for dark mode) so this is possible in vanilla Scratch!
This can be the same with the activity tab that shows scratchers activity you follow.
Last edited by Rosics (Sept. 21, 2025 17:29:50)
- Discussion Forums
- » Suggestions
-
» Add more news to the Scratch Splash Page