Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions src/lib/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ export default [
creator: "skyhigh173",
isGitHub: true,
},
{
name: "Scope Variables",
description: "Manage your variables in a block-like structure.",
code: "0znzw/ScopeVars2.js",
banner: "0znzw/ScopeVars.avif",
creator: "yuri-kiss",
isGitHub: true,
},
{
name: "Array Buffers",
description: "Read, parse, and write raw data efficiently using Array Buffers",
Expand Down Expand Up @@ -636,16 +644,6 @@ export default [
isGitHub: true,
tags: ["new"],
},
/*{
name: "Scope Variable",
description: "Manage your variables in a block-like structure.",
code: "0znzw/ScopeVars.js",
banner: "0znzw/ScopeVars.avif",
creator: "yuri-kiss",
isGitHub: true,
unstable: true,
unstableReason: "This extension uses unstable techniques that may not always work.",
},*/
/*{
name: "PenguinAI",
description: "Talk to AI! Use Models like DALL-E-3, GPT, LLama, Claude, and more!",
Expand Down
Loading