Scratch Homepage Improvement

Removes useless stuff from Scratch's homepage.

作者
Spentine
日安装量
0
总安装量
2
评分
0 0 0
版本
2025-06-20
创建于
2025-06-20
更新于
2025-06-20
大小
7.7 KB
许可证
MIT
适用于

Scratch Homepage Improvement

This program improves the Scratch homepage. It offers a level of customizability that will let you customize it to your liking.

Options

Removals

Setting a value to true will remove the item from the homepage.

  • activityBox: "What's Happening?" box. False by default because it is personalized.
  • scratchNewsBox: "Scratch News" box. False by default because it may contain important information related to Scratch.
  • featuredProjectsBox: "Featured Projects" box. True by default because it usually gets boring after a while.
  • featuredStudiosBox: "Featured Studios" box. True by default.
  • scratchDesignStudioBox: "Scratch Design Studio" box. True by default because it contains a large amount of low-quality projects.
  • lovedScratchersBox: "Projects Loved by Scratchers I'm Following" box. False by default because it is personalized to who you follow.
  • communityRemixingBox: "What the Community is Remixing" box. True by default.
  • communityLovingBox: "What the Community is Loving" box. True by default.

  • createButton: Create header button. False by default.

  • exploreButton: Explore header button. True by default.

  • ideasbutton: Ideas header button. True by default.

  • aboutButton: About header button. True by default.

Additions

Additions to the homepage are located in homepageElements.

Header Link

  • type: headerLink
  • text: The text on the header link.
  • position: Its position on the header. It will be inserted before the item with that position at the time of creation. I recommend to do it in increasing order.
  • link: The link to redirect to when clicked.

Button

  • type: button
  • text: The text on the button.
  • function: The function to perform when clicked.

Button Link

  • type: buttonLink
  • text: The text on the button link.
  • link: The link to redirect to when clicked.