diff --git a/docs/TheShovel/ShovelUtils.md b/docs/TheShovel/ShovelUtils.md
index bf852c9523..43a1cbef11 100644
--- a/docs/TheShovel/ShovelUtils.md
+++ b/docs/TheShovel/ShovelUtils.md
@@ -31,7 +31,7 @@ Import sound from [https://extensions.turbowarp.org/meow.mp3] name [Meow]
Imports a sound from any Scratch-compatible sound file. The sound imports into the current sprite/backdrop the user has selected.
```scratch
-Import project from [https://theshovel.github.io/Bullet-Hell/Bullet%20Hell]
+Import project from [https://extensions.turbowarp.org/samples/Box2D.sb3]
```
Imports a full project from a link. This project will completely replace the contents of the current one. If the project is unsandboxed, it will ask permission before swapping contents.
diff --git a/extensions/Lily/McUtils.js b/extensions/Lily/McUtils.js
index 889c32e80b..4e170205f6 100644
--- a/extensions/Lily/McUtils.js
+++ b/extensions/Lily/McUtils.js
@@ -3,10 +3,6 @@
// Description: Helpful utilities for any fast food employee.
// By: LilyMakesThings
-/*!
- * Credit to NexusKitten (NamelessCat) for the idea
- */
-
(function (Scratch) {
"use strict";
diff --git a/extensions/NOname-awa/graphics2d.js b/extensions/NOname-awa/graphics2d.js
index 44bf8d5f3a..a8656e0466 100644
--- a/extensions/NOname-awa/graphics2d.js
+++ b/extensions/NOname-awa/graphics2d.js
@@ -298,8 +298,6 @@
);
}
ray_direction(args) {
- // Added by NexusKitten
- // 由 NexusKitten 添加
const dx =
Scratch.Cast.toNumber(args.x2) - Scratch.Cast.toNumber(args.x1);
const dy =
diff --git a/extensions/NexusKitten/controlcontrols.js b/extensions/NexusKitten/controlcontrols.js
index 3a4910012e..e7d9f19789 100644
--- a/extensions/NexusKitten/controlcontrols.js
+++ b/extensions/NexusKitten/controlcontrols.js
@@ -1,7 +1,6 @@
// Name: Control Controls
// ID: nkcontrols
// Description: Show and hide the project's controls.
-// By: NamelessCat
(function (Scratch) {
"use strict";
diff --git a/extensions/NexusKitten/moremotion.js b/extensions/NexusKitten/moremotion.js
index d3aee71d53..b87819164f 100644
--- a/extensions/NexusKitten/moremotion.js
+++ b/extensions/NexusKitten/moremotion.js
@@ -1,7 +1,6 @@
// Name: More Motion
// ID: nkmoremotion
// Description: More motion-related blocks.
-// By: NamelessCat
(function (Scratch) {
"use strict";
diff --git a/extensions/NexusKitten/sgrab.js b/extensions/NexusKitten/sgrab.js
index 6066bea0d2..be5080beb2 100644
--- a/extensions/NexusKitten/sgrab.js
+++ b/extensions/NexusKitten/sgrab.js
@@ -1,7 +1,6 @@
// Name: S-Grab
// ID: nexuskittensgrab
// Description: Get information about Scratch projects and Scratch users.
-// By: NamelessCat
(function (Scratch) {
"use strict";
diff --git a/extensions/TheShovel/CanvasEffects.js b/extensions/TheShovel/CanvasEffects.js
index e14c905bf5..6f8af9951e 100644
--- a/extensions/TheShovel/CanvasEffects.js
+++ b/extensions/TheShovel/CanvasEffects.js
@@ -1,7 +1,6 @@
// Name: Canvas Effects
// ID: theshovelcanvaseffects
// Description: Apply visual effects to the entire stage.
-// By: TheShovel
(function (Scratch) {
"use strict";
diff --git a/extensions/TheShovel/ColorPicker.js b/extensions/TheShovel/ColorPicker.js
index c612168e34..053ae2f331 100644
--- a/extensions/TheShovel/ColorPicker.js
+++ b/extensions/TheShovel/ColorPicker.js
@@ -1,7 +1,6 @@
// Name: Color Picker
// ID: shovelColorPicker
// Description: Access your system's color picker.
-// By: TheShovel
(function (Scratch) {
"use strict";
diff --git a/extensions/TheShovel/CustomStyles.js b/extensions/TheShovel/CustomStyles.js
index fda63171b0..6750bf8a0d 100644
--- a/extensions/TheShovel/CustomStyles.js
+++ b/extensions/TheShovel/CustomStyles.js
@@ -1,7 +1,6 @@
// Name: Custom Styles
// ID: shovelcss
// Description: Customize the appearance of variable monitors and prompts in your project.
-// By: TheShovel
// Thanks LilyMakesThings for the awesome banner!
(function (Scratch) {
diff --git a/extensions/TheShovel/ShovelUtils.js b/extensions/TheShovel/ShovelUtils.js
index 39ab81254f..f2be61d6d1 100644
--- a/extensions/TheShovel/ShovelUtils.js
+++ b/extensions/TheShovel/ShovelUtils.js
@@ -1,14 +1,12 @@
// Name: ShovelUtils
// ID: ShovelUtils
-// Description: A bunch of miscellaneous blocks.
-// By: TheShovel
+// Description: A bunch of miscellaneous blocks. Previously called ShovelUtils.
(function (Scratch) {
"use strict";
if (!Scratch.extensions.unsandboxed) {
- throw new Error("ShovelUtils must be run unsandboxed");
+ throw new Error("Must be run unsandboxed");
}
- console.log("ShovelUtils v1.4");
const vm = Scratch.vm;
// Based on from https://www.growingwiththeweb.com/2017/12/fast-simple-js-fps-counter.html
diff --git a/extensions/clouddata-ping.js b/extensions/clouddata-ping.js
index 93a130de1e..409eb926de 100644
--- a/extensions/clouddata-ping.js
+++ b/extensions/clouddata-ping.js
@@ -1,7 +1,6 @@
// Name: Ping Cloud Data
// ID: clouddataping
// Description: Determine whether a cloud variable server is probably up.
-// Original: TheShovel
(function (Scratch) {
"use strict";
diff --git a/images/DNin/wake-lock.svg b/images/DNin/wake-lock.svg
deleted file mode 100644
index ff758c817d..0000000000
--- a/images/DNin/wake-lock.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/images/README.md b/images/README.md
index 069ffb31ca..b17f7c9fa5 100644
--- a/images/README.md
+++ b/images/README.md
@@ -142,11 +142,6 @@ All images in this folder are licensed under the [GNU General Public License ver
## TheShovel/CanvasEffects.svg
- Created by @Pizzalover4783 in https://github.com/TurboWarp/extensions/issues/90#issuecomment-1526886264.
-## cs2627883/numericalencoding.svg
- - Created by [@NexusKitten](https://scratch.mit.edu/users/namelesscat/).
- - Silkscreen font used under [Open Font License](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL)
- - Dango based on dango from [Twemoji](https://twemoji.twitter.com/) under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
-
## NOname-awa/graphics2d.svg
- Created by @Pizzalover4783 in https://github.com/TurboWarp/extensions/issues/90#issuecomment-1550426448.
@@ -273,9 +268,6 @@ All images in this folder are licensed under the [GNU General Public License ver
- Created by [@LilyMakesThings](https://github.com/LilyMakesThings).
- Background "blobs" by Scratch.
-## DNin/wake-lock.svg
- - Created by [NexusKitten](https://github.com/NexusKitten) in https://github.com/TurboWarp/extensions/issues/90#issuecomment-1690949400
-
## veggiecan/browserfullscreen.png
- Created by Veggiecan0419
diff --git a/images/TheShovel/ShovelUtils.png b/images/TheShovel/ShovelUtils.png
deleted file mode 100644
index 09e0ccc39d..0000000000
Binary files a/images/TheShovel/ShovelUtils.png and /dev/null differ
diff --git a/images/cs2627883/numericalencoding.svg b/images/cs2627883/numericalencoding.svg
deleted file mode 100644
index 8584491b8f..0000000000
--- a/images/cs2627883/numericalencoding.svg
+++ /dev/null
@@ -1 +0,0 @@
-