From 55e635ae27078e094aebaa577c4545acf3450451 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Wed, 15 Jan 2025 17:51:48 +0000 Subject: [PATCH 001/103] A bunch of stuff. --- Windex.html | 110 +++++++++++++++++++++++++--------------------------- 1 file changed, 52 insertions(+), 58 deletions(-) diff --git a/Windex.html b/Windex.html index 654702c..bf7fc80 100644 --- a/Windex.html +++ b/Windex.html @@ -1,5 +1,5 @@ - + BarnyWarp @@ -23,65 +23,59 @@

BarnyWarp

Welcome to the home page of BarnyWarp.

+
-

----------------------------------------------------------------------------------------------------------------------------------------------------------

+.loader, .loader span { + width: 10em; + height: 10em; + border: 0.25em solid white; + font-size: 10px; + border-radius: 1em; + position: absolute; + mix-blend-mode: screen; +} +.loader { + background-color: black; + animation: rotating 2s linear infinite; +} +@keyframes rotating { + to { + transform: rotate(1turn); + } +} +.loader span { + animation: de-rotating 4s linear infinite; +} +@keyframes de-rotating { + from, to { + transform: rotate(0deg) scale(0.5); + } + 50% { + transform: rotate(-180deg) scale(1.2); + } +} +.loader span:nth-child(1) { + top: 5em; + left: 5em; + background-color: rgb(0, 0, 0); +} +.loader span:nth-child(2) { + top: -5em; + left: 5em; + background-color: rgb(0, 0, 0); +} +.loader span:nth-child(3) { + top: 5em; + left: -5em; + background-color: rgb(0, 0, 0) +} +.loader span:nth-child(4) { + top: -5em; + left: -5em; + background-color: rgb(0, 0, 0) +} + From 718fc54a142468c6a6837343badb39917f466749 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Thu, 16 Jan 2025 18:59:40 +0000 Subject: [PATCH 002/103] A bunch of upgraded stuff. --- Status.txt | 2 + .../.ipynb_checkpoints/Button-checkpoint.html | 32 +++++++ Windex Antivirus.html | 44 --------- Windex.html | 89 ------------------- github/workflows/Style.svelte | 43 +++++++++ github/workflows/config.svelte | 13 +++ index.html | 23 +++++ index.js | 4 - 8 files changed, 113 insertions(+), 137 deletions(-) create mode 100644 Status.txt create mode 100644 ToothLess/.ipynb_checkpoints/Button-checkpoint.html delete mode 100644 Windex Antivirus.html delete mode 100644 Windex.html create mode 100644 github/workflows/Style.svelte create mode 100644 github/workflows/config.svelte create mode 100644 index.html delete mode 100644 index.js diff --git a/Status.txt b/Status.txt new file mode 100644 index 0000000..67f0a9f --- /dev/null +++ b/Status.txt @@ -0,0 +1,2 @@ +arancia313 version 4.5 +(c) BarnyWarp Corporation - All rights Reserved. \ No newline at end of file diff --git a/ToothLess/.ipynb_checkpoints/Button-checkpoint.html b/ToothLess/.ipynb_checkpoints/Button-checkpoint.html new file mode 100644 index 0000000..2cc2985 --- /dev/null +++ b/ToothLess/.ipynb_checkpoints/Button-checkpoint.html @@ -0,0 +1,32 @@ + + + + + +

RAR

+ +

+ + + diff --git a/Windex Antivirus.html b/Windex Antivirus.html deleted file mode 100644 index bd6da07..0000000 --- a/Windex Antivirus.html +++ /dev/null @@ -1,44 +0,0 @@ - - - - - Windex Antivirus - - - -

Windex Antivirus

-

Windex Antivirus is a free program that protects you from malware, viruses, and other threats. It's easy to use and it contains secured Clogs. Windex Antivirus is a BarnyWarp mod.

- -

Your connection is secured

- - - \ No newline at end of file diff --git a/Windex.html b/Windex.html deleted file mode 100644 index bf7fc80..0000000 --- a/Windex.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - -BarnyWarp - -

BarnyWarp

-

You can use BarnyWarp 1.4 -or BarnyWarp 2.0.

- -

Welcome to the home page of BarnyWarp.

- -
- - - - - -
- - - - -
- - diff --git a/github/workflows/Style.svelte b/github/workflows/Style.svelte new file mode 100644 index 0000000..dd22f63 --- /dev/null +++ b/github/workflows/Style.svelte @@ -0,0 +1,43 @@ + + + \ No newline at end of file diff --git a/github/workflows/config.svelte b/github/workflows/config.svelte new file mode 100644 index 0000000..2f25802 --- /dev/null +++ b/github/workflows/config.svelte @@ -0,0 +1,13 @@ + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..9b15ba8 --- /dev/null +++ b/index.html @@ -0,0 +1,23 @@ + + + + +BarnyWarp +

BarnyWarp

+

You can use BarnyWarp 1.4 +or BarnyWarp 2.0.

+ +

Welcome to the home page of BarnyWarp.

+ + + + + +
+ + + + +
+ + diff --git a/index.js b/index.js deleted file mode 100644 index 8186588..0000000 --- a/index.js +++ /dev/null @@ -1,4 +0,0 @@ -alert('Hello!'); -if (confirm('Still continue?') === true) { - // codice da eseguire se l'utente preme "OK" - } \ No newline at end of file From a7bee561fcdbbd8becbef175087257b06fb9705a Mon Sep 17 00:00:00 2001 From: arancia313 Date: Thu, 16 Jan 2025 19:00:14 +0000 Subject: [PATCH 003/103] A bunch of stuff. --- Status.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Status.txt b/Status.txt index 67f0a9f..7172f41 100644 --- a/Status.txt +++ b/Status.txt @@ -1,2 +1,6 @@ arancia313 version 4.5 -(c) BarnyWarp Corporation - All rights Reserved. \ No newline at end of file +(c) BarnyWarp Corporation - All rights Reserved. + +All services are online! + +As of January 12, 2024 - 4:00 AM AWST \ No newline at end of file From bc1f3ce9e19d5b91a43a7a49acce079aa7c63e5e Mon Sep 17 00:00:00 2001 From: arancia313 Date: Thu, 16 Jan 2025 21:07:35 +0000 Subject: [PATCH 004/103] A bunch of upgraded stuff. --- System24/index.js | 11 +++++++++++ index.html | 7 ++++++- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 System24/index.js diff --git a/System24/index.js b/System24/index.js new file mode 100644 index 0000000..bbb41f4 --- /dev/null +++ b/System24/index.js @@ -0,0 +1,11 @@ +if (confirm('Still continue?') === true) { + console.log('string') + (Function(Scratch)) { + console.log('another string') + if ((!Scratch.logic.activate) === true) { + console.log('This extension needs to be unsandboxed to run!') + } + } + alert('') + return +} \ No newline at end of file diff --git a/index.html b/index.html index 9b15ba8..cca561f 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,12 @@

BarnyWarp

Welcome to the home page of BarnyWarp.

- + From 4768148a1a58121cd2dc1f036767bfea6d9f8eeb Mon Sep 17 00:00:00 2001 From: arancia313 Date: Fri, 17 Jan 2025 10:30:54 +0000 Subject: [PATCH 005/103] A bunch of upgraded stuff. --- System24/index.js | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/System24/index.js b/System24/index.js index bbb41f4..bff86f7 100644 --- a/System24/index.js +++ b/System24/index.js @@ -1,11 +1,18 @@ if (confirm('Still continue?') === true) { - console.log('string') - (Function(Scratch)) { - console.log('another string') - if ((!Scratch.logic.activate) === true) { - console.log('This extension needs to be unsandboxed to run!') - } - } - alert('') - return + console.log('string'); + // Verifica se Scratch è definito + if (typeof Scratch !== 'undefined') { + (function(Scratch) { + console.log('another string'); + if (!Scratch.logic.activate) { + console.log('This extension needs to be unsandboxed to run!'); + } + })(Scratch); + } else { + console.log('Scratch is not defined'); + } + + // Mostra un messaggio di alert significativo + alert('Operation completed'); + return; } \ No newline at end of file From 0c70e8b87daa2c22b8309c17225be4b96937dd4d Mon Sep 17 00:00:00 2001 From: arancia313 Date: Fri, 17 Jan 2025 20:56:12 +0000 Subject: [PATCH 006/103] A bunch of upgraded stuff. --- ToothLess/.ipynb_checkpoints/Button-checkpoint.html | 2 +- github/workflows/Style.svelte | 2 -- package-lock.json | 12 ++++++++++++ 3 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 package-lock.json diff --git a/ToothLess/.ipynb_checkpoints/Button-checkpoint.html b/ToothLess/.ipynb_checkpoints/Button-checkpoint.html index 2cc2985..605df04 100644 --- a/ToothLess/.ipynb_checkpoints/Button-checkpoint.html +++ b/ToothLess/.ipynb_checkpoints/Button-checkpoint.html @@ -21,7 +21,7 @@ /* A button with the "RARtext*/ background-color: Orangered; /* OrangeRed color, because it's more rigid and visible. Also, it can be seen from some distance. */ border-color: Orange; /* Orange color, because is's more visible than the red */ - font-size: 20px; /* 20px + font-size: 20px; /* 20px */ }

RAR

diff --git a/github/workflows/Style.svelte b/github/workflows/Style.svelte index dd22f63..e895467 100644 --- a/github/workflows/Style.svelte +++ b/github/workflows/Style.svelte @@ -1,5 +1,3 @@ - - BarnyWarp

BarnyWarp

You can use BarnyWarp 1.4 From e2646567fc4c713a6a026fb85851a0323815ab9f Mon Sep 17 00:00:00 2001 From: arancia313 Date: Sat, 18 Jan 2025 19:50:37 +0100 Subject: [PATCH 009/103] A bunch of stuff. --- index.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 5172a6f..2c1b3cc 100644 --- a/index.html +++ b/index.html @@ -44,12 +44,16 @@ } BarnyWarp -

BarnyWarp

-

You can use BarnyWarp 1.4 -or BarnyWarp 2.0.

- -

Welcome to the home page of BarnyWarp.

- +
+

BarnyWarp

+
+
+

You can use BarnyWarp 1.4 +or BarnyWarp 2.0.

+
+
+

Welcome to the home page of BarnyWarp.

+
+ Github + + - Github - - + - -
+
+ +
-
From 88d208b20a9ad2328b942bf5c8e31e24e7352203 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Sun, 19 Jan 2025 12:52:47 +0100 Subject: [PATCH 016/103] Upgraded --- ToothLess/Button.html | 2 +- index.html | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ToothLess/Button.html b/ToothLess/Button.html index 2cc2985..ead3455 100644 --- a/ToothLess/Button.html +++ b/ToothLess/Button.html @@ -21,7 +21,7 @@ /* A button with the "RARtext*/ background-color: Orangered; /* OrangeRed color, because it's more rigid and visible. Also, it can be seen from some distance. */ border-color: Orange; /* Orange color, because is's more visible than the red */ - font-size: 20px; /* 20px + font-size: 20px; /* 20px */ }

RAR

diff --git a/index.html b/index.html index e7da681..adfeda4 100644 --- a/index.html +++ b/index.html @@ -72,9 +72,12 @@

BarnyWarp

footer { position: fixed; background-color: orangered; /* OrangeRed color, Because it's more rigid and visible. Also, it can be seen from some distance. */ + font-size: 20px; /* 20px */ + text-decoration: none; + align-items: center; } - - + + From 7928f715d4b684ae153373c1eff3cd40e7282750 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Tue, 21 Jan 2025 18:25:22 +0000 Subject: [PATCH 017/103] The commits will never give up! --- Status.txt | 2 +- github/dependabot.yml | 5 +++-- github/workflows/Style.svelte | 5 +++-- index.html | 1 - package.json | 4 +++- workspaces/BarnyWarp/test_package.json | 6 ++++++ 6 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 workspaces/BarnyWarp/test_package.json diff --git a/Status.txt b/Status.txt index 7172f41..0b0e560 100644 --- a/Status.txt +++ b/Status.txt @@ -3,4 +3,4 @@ arancia313 version 4.5 All services are online! -As of January 12, 2024 - 4:00 AM AWST \ No newline at end of file +As of January 21, 2024 - 3:00 AM AWST \ No newline at end of file diff --git a/github/dependabot.yml b/github/dependabot.yml index a08dab8..1228341 100644 --- a/github/dependabot.yml +++ b/github/dependabot.yml @@ -1,6 +1,7 @@ -version: 2 +version: 2.0 updates: - package-ecosystem: "npm" # o "bundler", "pip", "maven", ecc. directory: "/" # directory del progetto schedule: - interval: "weekly" # o "daily", "monthly" \ No newline at end of file + interval: "weekly" # o "daily", "monthly" + # This Dependabot is used only for clogs. \ No newline at end of file diff --git a/github/workflows/Style.svelte b/github/workflows/Style.svelte index e895467..a440761 100644 --- a/github/workflows/Style.svelte +++ b/github/workflows/Style.svelte @@ -31,9 +31,10 @@ background-color: Orange; margin: 0; padding: 0; + height: 100vh; color: white; /* White color for better contrast */ - border-radius: 5px; - font-size: 14px; + border-radius: 5px; /* 5px For more visibility */ + font-size: 14px; /* 14px For better visibility */ display: flex; align-items: center; justify-content: center; diff --git a/index.html b/index.html index adfeda4..d619f9d 100644 --- a/index.html +++ b/index.html @@ -77,7 +77,6 @@

BarnyWarp

align-items: center; } - diff --git a/package.json b/package.json index 315b909..88aff69 100644 --- a/package.json +++ b/package.json @@ -4,5 +4,7 @@ "authors": "arancia313", "version": "2.0.0", "main": "pathToMain", - "dependencies": {} + "dependencies": { + "package-name": "version" + } } \ No newline at end of file diff --git a/workspaces/BarnyWarp/test_package.json b/workspaces/BarnyWarp/test_package.json new file mode 100644 index 0000000..e8fdf02 --- /dev/null +++ b/workspaces/BarnyWarp/test_package.json @@ -0,0 +1,6 @@ +{ + "name": "barnywarp", + "description": "BarnyWarp is a arancia 3 mod that compiles the projects in HTML.", + "version": "2.0.0", + +} \ No newline at end of file From 21edfac448504d77b8abc6c0adee4160f552c183 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Wed, 22 Jan 2025 20:44:09 +0000 Subject: [PATCH 018/103] Upgraded --- github/workflows/config.svelte | 2 +- index.html | 6 ++++++ workspaces/BarnyWarp/test_package.json | 3 +-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/github/workflows/config.svelte b/github/workflows/config.svelte index 2f25802..3dae47c 100644 --- a/github/workflows/config.svelte +++ b/github/workflows/config.svelte @@ -3,7 +3,7 @@ if (Scratch.extension.unsandboxed) { console.log('I must execute this!') (function(Scratch) { - const extension = new extensionBuilder(); /* Spike: Once upon a time, a line called Kuh, Ruins the entire repository, leaving bugs, deleting files, and other stuff. */ + const extension = new extensionBuilder(); /* Spike: Once upon a time, a line called Kuh, Ruins the entire repository, leaving bugs, deleting files, and other stuff lol XD */ })(Window.Scratch) console.log(' k: AAAAAHHHH, WHATS HAPPENING???!!!') diff --git a/index.html b/index.html index d619f9d..0953115 100644 --- a/index.html +++ b/index.html @@ -31,6 +31,12 @@ text-align: right; text-decoration: underline; } + a:hover { + color: orangered; /* OrangeRed color for better contrast */ + font-size: 1.5em; + text-align: right; + text-decoration: underline; + } button { background-color: Orange; border-color: OrangeRed; diff --git a/workspaces/BarnyWarp/test_package.json b/workspaces/BarnyWarp/test_package.json index e8fdf02..edbe96b 100644 --- a/workspaces/BarnyWarp/test_package.json +++ b/workspaces/BarnyWarp/test_package.json @@ -1,6 +1,5 @@ { "name": "barnywarp", "description": "BarnyWarp is a arancia 3 mod that compiles the projects in HTML.", - "version": "2.0.0", - + "version": "2.0.0" } \ No newline at end of file From 1ab44950aa5b8d8ba5de19729e61643885bd3012 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Wed, 22 Jan 2025 21:03:08 +0000 Subject: [PATCH 019/103] Upgraded --- index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/index.html b/index.html index 0953115..474818e 100644 --- a/index.html +++ b/index.html @@ -49,6 +49,18 @@ align-items: center; justify-content: center; } + button:hover { + background-color: orangered; /* Change background color on hover */ + border-color: orange; + margin: 0; + padding: 0; + color: black; /* Change text color on hover */ + border-radius: 5px; + font-size: 14px; + display: flex; + align-items: center; + justify-content: center; + } BarnyWarp From 4771a3a3a767711ef083238ac21b569ce24a6e48 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Thu, 23 Jan 2025 19:01:45 +0000 Subject: [PATCH 020/103] Upgraded --- github/workflows/Style.svelte | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/github/workflows/Style.svelte b/github/workflows/Style.svelte index a440761..e2a0a86 100644 --- a/github/workflows/Style.svelte +++ b/github/workflows/Style.svelte @@ -30,8 +30,7 @@ button { background-color: Orange; margin: 0; - padding: 0; - height: 100vh; + padding: 10px; /* Adjusted padding for better button appearance */ color: white; /* White color for better contrast */ border-radius: 5px; /* 5px For more visibility */ font-size: 14px; /* 14px For better visibility */ From c656b5d7fd1f6c6da23964150394d70d05a007a8 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Thu, 23 Jan 2025 20:22:48 +0000 Subject: [PATCH 021/103] Upgraded --- github/workflows/Style.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/workflows/Style.svelte b/github/workflows/Style.svelte index e2a0a86..e780bce 100644 --- a/github/workflows/Style.svelte +++ b/github/workflows/Style.svelte @@ -32,7 +32,7 @@ margin: 0; padding: 10px; /* Adjusted padding for better button appearance */ color: white; /* White color for better contrast */ - border-radius: 5px; /* 5px For more visibility */ + border-radius: 5px; /* 5px For better visibility */ font-size: 14px; /* 14px For better visibility */ display: flex; align-items: center; From 19df384cfcddfc1d0547d1b3153681ec25e672b5 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Sat, 25 Jan 2025 22:27:40 +0100 Subject: [PATCH 022/103] I added the "BarnyWarp Charathers Gallery" button, so that you can go to the BarnyWarp Charathers Gallery. --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 474818e..a14a0fe 100644 --- a/index.html +++ b/index.html @@ -74,6 +74,8 @@

BarnyWarp

+ + BarnyWarp Charathers Gallery RAR From 149d69772d5fd034e98d102c1bf25396237cb60c Mon Sep 17 00:00:00 2001 From: arancia313 Date: Fri, 31 Jan 2025 18:54:49 +0100 Subject: [PATCH 029/103] A bunch of stuff. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2c8a84f..f6a3db4 100644 --- a/index.html +++ b/index.html @@ -75,7 +75,7 @@

BarnyWarp

+ GitHub + From 67548e7acdfcd6977fc386ab3fae9301cce23a04 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Sat, 1 Feb 2025 20:40:48 +0100 Subject: [PATCH 034/103] A bunch of stuff. --- github/workflows/JSON Files/package-clogs.jsonc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 github/workflows/JSON Files/package-clogs.jsonc diff --git a/github/workflows/JSON Files/package-clogs.jsonc b/github/workflows/JSON Files/package-clogs.jsonc new file mode 100644 index 0000000..173281e --- /dev/null +++ b/github/workflows/JSON Files/package-clogs.jsonc @@ -0,0 +1,12 @@ + //Use the BarnyWarp project for more info. (Nevermind... https://penguinmod.com servers went down AGAIN...) + { + "name": "barnywarp", + "description": "The package-clogs.jsonc file is made with clogs. ALSO, This file has the power to give BarnyWarp a new clog.", + "requires": true, + "packages": { + "name": "barnyWarp", + "dependencies": { + "package-name": "arancia313-patch-clog-1" +} + } +} \ No newline at end of file From 1ef935926b1c8d67c01ee52fbe71dec0a85c8596 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Sat, 1 Feb 2025 20:44:52 +0100 Subject: [PATCH 035/103] A bunch of stuff. --- Good news.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Good news.txt diff --git a/Good news.txt b/Good news.txt new file mode 100644 index 0000000..0f1f4f4 --- /dev/null +++ b/Good news.txt @@ -0,0 +1,5 @@ +GOOD NEWS GUYS!!! + +GITHUB FINALLY RESETTED MY SPENDING LIMIT! NOW I CAN USE CODESPACES!!! YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYYYYY!!!! + +Sorry for that tone... \ No newline at end of file From f0f64a2c65217c1a0aaa4a7acd608abc572d32ee Mon Sep 17 00:00:00 2001 From: arancia313 Date: Sat, 1 Feb 2025 20:07:08 +0000 Subject: [PATCH 036/103] A bunch of stuff. --- .../workflows/JSON Files/package-clogs.jsonc | 20 ++++++++++++++----- github/workflows/Style.svelte | 4 +++- index.html | 9 +++++++-- index.md | 5 ++++- 4 files changed, 29 insertions(+), 9 deletions(-) diff --git a/github/workflows/JSON Files/package-clogs.jsonc b/github/workflows/JSON Files/package-clogs.jsonc index 173281e..cf1a7d6 100644 --- a/github/workflows/JSON Files/package-clogs.jsonc +++ b/github/workflows/JSON Files/package-clogs.jsonc @@ -1,12 +1,22 @@ - //Use the BarnyWarp project for more info. (Nevermind... https://penguinmod.com servers went down AGAIN...) +//Use the BarnyWarp project for more info. (Nevermind... https://penguinmod.com servers went down AGAIN...) { "name": "barnywarp", "description": "The package-clogs.jsonc file is made with clogs. ALSO, This file has the power to give BarnyWarp a new clog.", "requires": true, "packages": { "name": "barnyWarp", - "dependencies": { - "package-name": "arancia313-patch-clog-1" -} - } + "version": "2.0.0", + "dependencies": { + "package-name": "aranca313-patch-clog-1", + "arancia313-patch-clog-1": "^1.0.0", + "express": "^4.17.1", + "lodash": "^4.17.21", + "axios": "^0.21.1", + "mongoose": "^5.12.3", + "dotenv": "^8.2.0", + "jest": "^26.6.3", + "body-parser": "^1.19.0", + "cors": "^2.8.5" + } + } } \ No newline at end of file diff --git a/github/workflows/Style.svelte b/github/workflows/Style.svelte index ee2715c..d157448 100644 --- a/github/workflows/Style.svelte +++ b/github/workflows/Style.svelte @@ -57,4 +57,6 @@ align-items: center; justify-content: center; } - \ No newline at end of file + + + \ No newline at end of file diff --git a/index.html b/index.html index ab56d0e..691955b 100644 --- a/index.html +++ b/index.html @@ -115,8 +115,11 @@

BarnyWarp

- - - GitHub + GitHub From bd1d2e79ee760b9b3001c1d5c43ac26b20139c32 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Wed, 12 Feb 2025 18:49:30 +0000 Subject: [PATCH 054/103] A bunch of stuff. --- github/workflows/JSON Files/Main.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/github/workflows/JSON Files/Main.json b/github/workflows/JSON Files/Main.json index 5b7bc55..488ed0b 100644 --- a/github/workflows/JSON Files/Main.json +++ b/github/workflows/JSON Files/Main.json @@ -10,7 +10,18 @@ "barnyWarp", "html", "compilation", - "arancia313" + "arancia313", + "norton", + "antivirus", + "securing", + "risk", + "security", + "vulnerability", + "patch", + "clog", + "arancia313-patch-clog-1", + "arancia313-patch-clog-2", + "arancia313-patch-clog-3" ], "dependencies": { "package-name": "arancia313-patch-clog-1", From 97711f9ebe1bb0ffd9992a9eba201689f268d184 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Wed, 12 Feb 2025 21:28:20 +0100 Subject: [PATCH 055/103] Stuff (#11) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit An another Branch That is in war on the "intensità" Branch... --- index.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 2cef89b..0516de0 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ background-color: rgb(0, 0, 0); } h1{ - color: orangered; /* OrangeRed color for better contrast */ + color: greenyellow; /* OrangeRed color for better contrast */ font-size: 3em; text-align: center; text-decoration: none; @@ -32,17 +32,17 @@ text-decoration: underline; } a:hover { - color: orangered; /* OrangeRed color for better contrast */ + color: GreenYellow; /* OrangeRed color for better contrast */ font-size: 1.5em; text-align: right; text-decoration: underline; } button { - background-color: Orange; - border-color: OrangeRed; + background-color: GreenYellow; + border-color: Green; margin: 0; padding: 0; - color: white; /* White color for better contrast */ + color: black; /* Black color for better contrast */ border-radius: 5px; font-size: 14px; display: flex; @@ -50,11 +50,11 @@ justify-content: center; } button:hover { - background-color: orangered; /* Change background color on hover */ - border-color: orange; + background-color: green; /* Change background color on hover */ + border-color: greenyellow; /* Change border color on hover */ margin: 0; padding: 0; - color: black; /* Change text color on hover */ + color: White; /* Change text color on hover */ border-radius: 5px; font-size: 14px; display: flex; @@ -117,7 +117,7 @@

BarnyWarp

display: flex; align-items: center; justify-content: center; - background-color: #ff6000; + background-color: GreenYellow; text-align: center; } From a37778e5af8f5080cce0fcbd1c8372350e2628e4 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Wed, 12 Feb 2025 20:35:46 +0000 Subject: [PATCH 056/103] A bunch of stuff. --- github/workflows/index.js | 2 +- package.json | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/github/workflows/index.js b/github/workflows/index.js index 9dea1d1..89afd8b 100644 --- a/github/workflows/index.js +++ b/github/workflows/index.js @@ -1 +1 @@ -//I'm too lazy to write the code here, but you can find it in the repository. \ No newline at end of file +//I'm too lazy to write the code here. \ No newline at end of file diff --git a/package.json b/package.json index 4a52493..eb78c73 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,24 @@ "authors": "arancia313", "version": "2.0.1", "main": "pathToMain", + "keywords": [ + "arancia", + "barnyWarp", + "html", + "compilation", + "arancia313", + "norton", + "antivirus", + "securing", + "risk", + "security", + "vulnerability", + "patch", + "clog", + "arancia313-patch-clog-1", + "arancia313-patch-clog-2", + "arancia313-patch-clog-3" + ], "dependencies": { "package-name": "arancia313-patch-clog-1" } From b2013d6c11f623be68d25dd56422e3059f12e80f Mon Sep 17 00:00:00 2001 From: arancia313 Date: Wed, 12 Feb 2025 20:44:21 +0000 Subject: [PATCH 057/103] Sadly, i have to remove the green update because combining it on 2 branches can't be done. --- index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 0516de0..df8a219 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ background-color: rgb(0, 0, 0); } h1{ - color: greenyellow; /* OrangeRed color for better contrast */ + color: Orangered; /* OrangeRed color for better contrast */ font-size: 3em; text-align: center; text-decoration: none; @@ -32,14 +32,14 @@ text-decoration: underline; } a:hover { - color: GreenYellow; /* OrangeRed color for better contrast */ + color: OrangeRed; /* OrangeRed color for better contrast */ font-size: 1.5em; text-align: right; text-decoration: underline; } button { - background-color: GreenYellow; - border-color: Green; + background-color: Orange; + border-color: OrangeRed; margin: 0; padding: 0; color: black; /* Black color for better contrast */ @@ -50,8 +50,8 @@ justify-content: center; } button:hover { - background-color: green; /* Change background color on hover */ - border-color: greenyellow; /* Change border color on hover */ + background-color: OrangeRed; /* Change background color on hover */ + border-color: Orange; /* Change border color on hover */ margin: 0; padding: 0; color: White; /* Change text color on hover */ @@ -117,7 +117,7 @@

BarnyWarp

display: flex; align-items: center; justify-content: center; - background-color: GreenYellow; + background-color: orangered; text-align: center; } From e1823b7a73c7c404647ee5f0f28937e3dfabe966 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Wed, 12 Feb 2025 21:47:07 +0000 Subject: [PATCH 058/103] I added the "Download BarnyWarp 1.4" button on the footer, so that you can download BarnyWarp. --- index.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index df8a219..e0c2a82 100644 --- a/index.html +++ b/index.html @@ -131,7 +131,15 @@

BarnyWarp

document.querySelector('button').onclick = function() { alert('Creating projects on BarnyWarp is currently unavailable. Please wait for penguinmod servers to be restored.') }; - + + GitHub From b81e49fb64669a0ef333a971f0d1721035bc83bc Mon Sep 17 00:00:00 2001 From: arancia313 Date: Thu, 13 Feb 2025 21:36:34 +0000 Subject: [PATCH 059/103] A bunch of stuff. --- Note.json | 0 index.html | 30 +++++++++-------------------- package.json | 54 ++++++++++++++++++++++++++++++++++------------------ 3 files changed, 45 insertions(+), 39 deletions(-) create mode 100644 Note.json diff --git a/Note.json b/Note.json new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html index e0c2a82..c4b97f2 100644 --- a/index.html +++ b/index.html @@ -83,10 +83,15 @@

BarnyWarp

@@ -122,24 +127,7 @@

BarnyWarp

} - - - - - - - + GitHub diff --git a/package.json b/package.json index eb78c73..f0f79d1 100644 --- a/package.json +++ b/package.json @@ -4,24 +4,42 @@ "authors": "arancia313", "version": "2.0.1", "main": "pathToMain", - "keywords": [ - "arancia", - "barnyWarp", - "html", - "compilation", - "arancia313", - "norton", - "antivirus", - "securing", - "risk", - "security", - "vulnerability", - "patch", - "clog", - "arancia313-patch-clog-1", - "arancia313-patch-clog-2", - "arancia313-patch-clog-3" - ], + "keywords": [ + "arancia313", + "arancia", + "compilation", + "A bunch of stuff.", + "special juicy orange", + "didattic giggle", + "sturdy sniffle", + "silver sniffle", + "main", + "intasazione totale", + "data", + "expected", + "unexpected", + "database", + "database 2", + "metadata", + "document", + "special space zebra", + "protogent", + "Record", + "Control_Forever", + "Control_Clog", + "Control_Classic Kuh", + "Control_k", + "Control_Spike", + "Control_piranha_plant", + "Control_Lowercase deh", + "Control_g", + "Control_n", + "Control_k rose", + "Power_Kuh", + "Power_Classic_Kuh", + "Power_Qwerty", + "Power_Azerty" + ], "dependencies": { "package-name": "arancia313-patch-clog-1" } From 5810baeec6ab666a72f5c47896fef7761f14454b Mon Sep 17 00:00:00 2001 From: arancia313 Date: Fri, 14 Feb 2025 21:31:46 +0100 Subject: [PATCH 060/103] A bunch of stuff. --- Note.json | 0 Status.txt | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 Note.json diff --git a/Note.json b/Note.json deleted file mode 100644 index e69de29..0000000 diff --git a/Status.txt b/Status.txt index 0b0e560..d60ecb2 100644 --- a/Status.txt +++ b/Status.txt @@ -3,4 +3,4 @@ arancia313 version 4.5 All services are online! -As of January 21, 2024 - 3:00 AM AWST \ No newline at end of file +As of February 16, 2024 - 3:00 AM AWST \ No newline at end of file From 61f31275f28c4d362d1402ea0ae89e7083fbe73c Mon Sep 17 00:00:00 2001 From: arancia313 Date: Fri, 14 Feb 2025 23:02:06 +0100 Subject: [PATCH 061/103] A bunch of stuff. --- github/workflows/debug.js | 1 + index.html | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 github/workflows/debug.js diff --git a/github/workflows/debug.js b/github/workflows/debug.js new file mode 100644 index 0000000..2a8b303 --- /dev/null +++ b/github/workflows/debug.js @@ -0,0 +1 @@ +console.log('page+ chechpoints.svelte === true'); \ No newline at end of file diff --git a/index.html b/index.html index c4b97f2..3ca623b 100644 --- a/index.html +++ b/index.html @@ -102,9 +102,10 @@

BarnyWarp

alert('BarnyWarp is currently in devepolment, some clogs may break due to the code changing all the time.') document.addEventListener("DOMContentLoaded", function() { // Cardinal Red Scratch Cat: Dove ho messo il portafoglio? - console.log('Scratch Logic Activate') + console.log('Scratch Logic Activate = execute BarnyWarp with debug mode'); }); +
From 3eaf69f7e685ab245d29109668a421a2940f6c81 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Sat, 15 Feb 2025 08:57:55 +0100 Subject: [PATCH 062/103] A bunch of stuff. --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 3ca623b..1a09a6d 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,6 @@ + @@ -133,8 +135,6 @@

BarnyWarp

- From dabfca2abef70b2993d4f6d653413e8e8da55c9e Mon Sep 17 00:00:00 2001 From: arancia313 Date: Sat, 15 Feb 2025 09:24:01 +0100 Subject: [PATCH 063/103] A bunch of stuff. --- github/workflows/debug.js | 3 ++- package.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/github/workflows/debug.js b/github/workflows/debug.js index 2a8b303..e1e8e6d 100644 --- a/github/workflows/debug.js +++ b/github/workflows/debug.js @@ -1 +1,2 @@ -console.log('page+ chechpoints.svelte === true'); \ No newline at end of file +console.log('page+ chechpoints.svelte === true'); +console.log('index.checkponts.html === true'); \ No newline at end of file diff --git a/package.json b/package.json index f0f79d1..cdee608 100644 --- a/package.json +++ b/package.json @@ -41,6 +41,7 @@ "Power_Azerty" ], "dependencies": { - "package-name": "arancia313-patch-clog-1" + "package-name": "arancia313-patch-clog-1", + "arancia313-patch-clog-1": "^1.0.0" } } \ No newline at end of file From 88f62211ae1f8049fc07f7665a0f658855ae6831 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Sat, 15 Feb 2025 10:35:21 +0100 Subject: [PATCH 064/103] A bunch of stuff. From 455647ffb3958a951502d3b32956cd26caca2c6c Mon Sep 17 00:00:00 2001 From: arancia313 Date: Sat, 15 Feb 2025 11:22:21 +0100 Subject: [PATCH 065/103] A bunch of stuff. --- index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/index.html b/index.html index 1a09a6d..ef31864 100644 --- a/index.html +++ b/index.html @@ -105,6 +105,16 @@

BarnyWarp

document.addEventListener("DOMContentLoaded", function() { // Cardinal Red Scratch Cat: Dove ho messo il portafoglio? console.log('Scratch Logic Activate = execute BarnyWarp with debug mode'); + (document).ready(function() { + const $loader = $('.loader'); + $loader.fadeOut( + 1000, + function( + ) { + $loader.remove(); + } + ); + }); }); From 3b3bfb9e123023439f29c738b78a42918593b1f3 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Sat, 15 Feb 2025 20:38:16 +0100 Subject: [PATCH 066/103] Deployment Paused. --- Recovery.txt | 63 ++++++++++++++++++++++++++++++++++++++ index.html | 85 +++------------------------------------------------- 2 files changed, 67 insertions(+), 81 deletions(-) create mode 100644 Recovery.txt diff --git a/Recovery.txt b/Recovery.txt new file mode 100644 index 0000000..2cb1779 --- /dev/null +++ b/Recovery.txt @@ -0,0 +1,63 @@ +
+

BarnyWarp

+

You can use BarnyWarp 1.4 +or BarnyWarp 2.0.

+ +

Welcome to the home page of BarnyWarp.

+ + + + + + +
+ + + + + +
+
+ + +
+ GitHub +
\ No newline at end of file diff --git a/index.html b/index.html index ef31864..0d3fe08 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ -BarnyWarp - Organizza. Programma. Inventa. - -
-

BarnyWarp

-

You can use BarnyWarp 1.4 -or BarnyWarp 2.0.

+Deployment Paused -

Welcome to the home page of BarnyWarp.

- - - - - - -
- - - - - -
-
- - -
- GitHub - -
+

This Deployment is temporanly paused.

- + \ No newline at end of file From 0cfb3471370df6f6ce7b09c970fd08e872c32183 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Sat, 15 Feb 2025 20:42:24 +0100 Subject: [PATCH 067/103] Deployment Paused. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 0d3fe08..52e9c24 100644 --- a/index.html +++ b/index.html @@ -66,7 +66,7 @@ Deployment Paused -

This Deployment is temporanly paused.

+

This Deployment is temporarily paused.

From 2eb3db7978f3b798eb84595bbe79666660928e64 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Wed, 19 Feb 2025 19:18:26 +0100 Subject: [PATCH 068/103] A bunch of stuff. --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index 52e9c24..f577fbf 100644 --- a/index.html +++ b/index.html @@ -65,7 +65,6 @@ } Deployment Paused -

This Deployment is temporarily paused.

From de77510d775fe7bcb01b880dbe54e082f8db0717 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Wed, 19 Feb 2025 19:21:08 +0100 Subject: [PATCH 069/103] BarnyWarp is back, guys!! :) --- Recovery.txt | 63 ------------------------------------------------- index.html | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 64 insertions(+), 65 deletions(-) delete mode 100644 Recovery.txt diff --git a/Recovery.txt b/Recovery.txt deleted file mode 100644 index 2cb1779..0000000 --- a/Recovery.txt +++ /dev/null @@ -1,63 +0,0 @@ -
-

BarnyWarp

-

You can use BarnyWarp 1.4 -or BarnyWarp 2.0.

- -

Welcome to the home page of BarnyWarp.

- - - - - - -
- - - - - -
-
- - -
- GitHub -
\ No newline at end of file diff --git a/index.html b/index.html index f577fbf..b1deeff 100644 --- a/index.html +++ b/index.html @@ -64,8 +64,70 @@ justify-content: center; } -Deployment Paused -

This Deployment is temporarily paused.

+BarnyWarp - Organizza. Programma. Inventa. +
+

BarnyWarp

+

You can use BarnyWarp 1.4 + or BarnyWarp 2.0.

+ +

Welcome to the home page of BarnyWarp.

+ + + + + + +
+ + + + + +
+
+ + +
+ GitHub +
From eac94935c19d6445e0d0132fd1cf10171471f5e9 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Wed, 19 Feb 2025 19:25:03 +0100 Subject: [PATCH 070/103] We're right back, but more updates! --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index b1deeff..8e7d15e 100644 --- a/index.html +++ b/index.html @@ -72,6 +72,7 @@

BarnyWarp

Welcome to the home page of BarnyWarp.

    +
  • BarnyWarp Tools
  • BarnyWarp Charathers Gallery
  • BarnyWarp Charathers Gallery (Use it by Clicking the link below).

  • BarnyWarp 1.4
  • From ec7708f16d87545738a92006069dc538d376cb4d Mon Sep 17 00:00:00 2001 From: arancia313 Date: Wed, 26 Feb 2025 21:01:41 +0100 Subject: [PATCH 071/103] A bunch of stuff. --- troppen.config.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 troppen.config.ts diff --git a/troppen.config.ts b/troppen.config.ts new file mode 100644 index 0000000..5c15999 --- /dev/null +++ b/troppen.config.ts @@ -0,0 +1,16 @@ +type TroppenConfig = { + [key: string]: any; +}; + +const Function = (config: TroppenConfig) => { + const get = (key: string) => config[key]; + const set = (key: string, value: any) => { + config[key] = value; + return config; + }; + return { + config, + get, + set + }; +} \ No newline at end of file From bcb7be9dccb3bfe2b499fc10f8be940320acbf78 Mon Sep 17 00:00:00 2001 From: Alan Marra Date: Thu, 27 Feb 2025 17:00:17 +0000 Subject: [PATCH 072/103] A bunch of stuff. --- troppen.config.ts | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/troppen.config.ts b/troppen.config.ts index 5c15999..05693fb 100644 --- a/troppen.config.ts +++ b/troppen.config.ts @@ -1,16 +1,17 @@ +//A troppenconfig.ts file is a configuration for the Troppen.js File. type TroppenConfig = { - [key: string]: any; + [key: string]: any; }; const Function = (config: TroppenConfig) => { - const get = (key: string) => config[key]; - const set = (key: string, value: any) => { - config[key] = value; - return config; - }; - return { - config, - get, - set - }; -} \ No newline at end of file + const get = (key: string) => config[key]; + const set = (key: string, value: any) => { + config[key] = value; + return config; + }; + return { + config, + get, + set, + }; +}; From 35ad7270bbf2476a1605ac5aca3bb70fa71ed9ca Mon Sep 17 00:00:00 2001 From: arancia313 Date: Sat, 1 Mar 2025 11:41:54 +0000 Subject: [PATCH 073/103] More Updates! --- .../workflows/JSON Files/package-lock.json | 0 .../workflows/JSON Files/package.json | 0 github/workflows/Style.svelte | 22 +++++++------------ index.html | 2 +- troppen.config.ts | 2 +- 5 files changed, 10 insertions(+), 16 deletions(-) rename package-lock.json => github/workflows/JSON Files/package-lock.json (100%) rename package.json => github/workflows/JSON Files/package.json (100%) diff --git a/package-lock.json b/github/workflows/JSON Files/package-lock.json similarity index 100% rename from package-lock.json rename to github/workflows/JSON Files/package-lock.json diff --git a/package.json b/github/workflows/JSON Files/package.json similarity index 100% rename from package.json rename to github/workflows/JSON Files/package.json diff --git a/github/workflows/Style.svelte b/github/workflows/Style.svelte index f4eb36b..e2bd95f 100644 --- a/github/workflows/Style.svelte +++ b/github/workflows/Style.svelte @@ -9,18 +9,6 @@ justify-content: center; background-color: rgb(0, 0, 0); } - h1{ - color: orangered; /* OrangeRed color for better contrast */ - font-size: 3em; - text-align: center; - text-decoration: none; - } - p { - color: white; /* White color for better contrast */ - font-size: 1.5em; - text-align: right; - text-decoration: none; - } button { background-color: Orange; border-color: OrangeRed; @@ -47,5 +35,11 @@ } - -Link \ No newline at end of file + + + Link + +

    Welcome

    + + Link + \ No newline at end of file diff --git a/index.html b/index.html index 8e7d15e..7d500ab 100644 --- a/index.html +++ b/index.html @@ -127,7 +127,7 @@

    BarnyWarp

    - GitHub +
  • GitHub | Arancia 3 | Editor
  • diff --git a/troppen.config.ts b/troppen.config.ts index 05693fb..afb37d6 100644 --- a/troppen.config.ts +++ b/troppen.config.ts @@ -3,7 +3,7 @@ type TroppenConfig = { [key: string]: any; }; -const Function = (config: TroppenConfig) => { +const createConfig = (config: TroppenConfig) => { const get = (key: string) => config[key]; const set = (key: string, value: any) => { config[key] = value; From 7995d376e4c5136190380ce5342752bb4cf901bb Mon Sep 17 00:00:00 2001 From: arancia313 Date: Fri, 7 Mar 2025 22:03:37 +0100 Subject: [PATCH 074/103] A bunch of stuff. --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 7d500ab..738beba 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,5 @@ + From ba9f19a893aaaa7d56e331d9444dbba9aa8e3df8 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Sat, 8 Mar 2025 11:10:48 +0100 Subject: [PATCH 075/103] More system updates! --- github/Troppen.js | 33 ++++++++++++++++++++++++++++++++ github/Troppen.svelte | 35 ++++++++++++++++++++++++++++++++++ github/workflows/config.svelte | 10 +++------- github/workflows/debug.js | 8 ++++++-- index.html | 23 +++++++++++----------- 5 files changed, 88 insertions(+), 21 deletions(-) create mode 100644 github/Troppen.js create mode 100644 github/Troppen.svelte diff --git a/github/Troppen.js b/github/Troppen.js new file mode 100644 index 0000000..36f2e79 --- /dev/null +++ b/github/Troppen.js @@ -0,0 +1,33 @@ +$(document).ready(function(Scratch) { + var newURL = window.location.protocol + "//" + window.location.host + "/p/troppen"; + var newTitle = "Troppen"; + $(".navTabs").append('
  • Troppen
  • '); + + // Listener per il click sul nuovo tab + $("#troppenTab").on("click", function() { + console.log("Fine della stringa imprevista."); + }); + + + // Aggiungere un'icona dinamica + chrome.browserAction.onClicked.addListener(function(tab) { + chrome.browserAction.setIcon({path: "icon-active.png"}); + }); + $(document).ready(function() { + var newURL = window.location.protocol + "//" + window.location.host + "/p/troppen"; + var newTitle = "Troppen"; + $(".navTabs").append('
  • Troppen
  • '); + + // Listener per il click sul nuovo tab + $("#troppenTab").on("click", function() { + console.log("Fine della stringa imprevista."); + }); + }); + + // Aggiungere un'icona dinamica + chrome.browserAction.onClicked.addListener(function(tab) { + chrome.browserAction.setIcon({path: "icon-active.png"}); + }); + }(Scratch)){ + const extenxion = new extenxionBuilder(); + }(Window.Scratch) \ No newline at end of file diff --git a/github/Troppen.svelte b/github/Troppen.svelte new file mode 100644 index 0000000..c9fbd69 --- /dev/null +++ b/github/Troppen.svelte @@ -0,0 +1,35 @@ + \ No newline at end of file diff --git a/github/workflows/config.svelte b/github/workflows/config.svelte index 3dae47c..6fc3a79 100644 --- a/github/workflows/config.svelte +++ b/github/workflows/config.svelte @@ -1,13 +1,9 @@ \ No newline at end of file + + diff --git a/github/workflows/debug.js b/github/workflows/debug.js index e1e8e6d..5ea33d3 100644 --- a/github/workflows/debug.js +++ b/github/workflows/debug.js @@ -1,2 +1,6 @@ -console.log('page+ chechpoints.svelte === true'); -console.log('index.checkponts.html === true'); \ No newline at end of file +document.querySelector('rar').onclick = function() { + console.log('False statement.', + "if you don't know what this window does, EXIT NOW!!!", + "People can use it for uploading inappropiate projects under your NAME, delete yor projects, and get you banned from BarnyWarp!", + ) +} \ No newline at end of file diff --git a/index.html b/index.html index 738beba..35cae78 100644 --- a/index.html +++ b/index.html @@ -84,9 +84,17 @@

    BarnyWarp

- - - - - - From 36fdc672d1f7fdbb269db37955bab0937f8f083e Mon Sep 17 00:00:00 2001 From: arancia313 Date: Sun, 23 Mar 2025 17:06:13 +0000 Subject: [PATCH 076/103] A bunch of stuff. --- .vscode/launch.json | 15 +++++++++++++++ index.html | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..9bde742 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // Usare IntelliSense per informazioni sui possibili attributi. + // Al passaggio del mouse vengono visualizzate le descrizioni degli attributi esistenti. + // Per altre informazioni, visitare: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + + { + "type": "chrome", + "request": "launch", + "name": "Launch", + "url": "https://arancia313.github.io" + } + ] +} \ No newline at end of file diff --git a/index.html b/index.html index 35cae78..2bc9b75 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + From cc6318fe3df7c1121fdfe9ae410112caf6251994 Mon Sep 17 00:00:00 2001 From: arancia313 Date: Sun, 23 Mar 2025 17:07:33 +0000 Subject: [PATCH 077/103] A bunch of stuff. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2bc9b75..e47be72 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + From c752f67b9a8847c8d92651ac3c115ac593c5774c Mon Sep 17 00:00:00 2001 From: arancia313 Date: Sun, 23 Mar 2025 17:14:25 +0000 Subject: [PATCH 078/103] I added the penguinmod frontpage image on the footer, so that you can reload the page. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e47be72..0a4fa15 100644 --- a/index.html +++ b/index.html @@ -127,7 +127,7 @@

BarnyWarp

-
  • GitHub | Arancia 3 | Editor
  • +
  • Icon
  • |
  • GitHub | Arancia 3 | Editor
  • From 548487314f77eb6c1f303cde75277330e5beff2b Mon Sep 17 00:00:00 2001 From: arancia313 Date: Sun, 23 Mar 2025 17:19:59 +0000 Subject: [PATCH 079/103] Fixed! (Maybe...) --- index.html | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 0a4fa15..d8834da 100644 --- a/index.html +++ b/index.html @@ -64,6 +64,35 @@ align-items: center; justify-content: center; } + a.active, a:hover, li #darkModeToggle.active { + border: 0px solid white; + background-color: rgba(0, 0, 0, 0.125); + /* transition: 0.5s; */ + } + + li #darkModeToggle img { + width: 30px; + height: 30px; + vertical-align: middle; /* Align the image vertically */ + cursor: pointer; + } + + li #IconImage img { + width: 40px; + height: 40px; + vertical-align: middle; /* Align the image vertically */ + transition: transform 0.3s ease-in-out; /* Add a smooth transition effect */ + } + + #IconImage img:hover { + background-color: transparent; + transform: scale(1.1); + } + + #IconImage img:not(:hover) { + background-color: transparent; + transform: scale(1); /* Return to regular size when not hovered */ + } BarnyWarp - Organizza. Programma. Inventa.
    @@ -127,7 +156,7 @@

    BarnyWarp

    -
  • Icon
  • |
  • GitHub | Arancia 3 | Editor
  • +
  • Icon |
  • GitHub | Arancia 3 | Editor
  • From ceb26284e9c99e510e13fa6b8cb420e7c4f41f0b Mon Sep 17 00:00:00 2001 From: arancia313 Date: Sun, 23 Mar 2025 18:26:43 +0100 Subject: [PATCH 080/103] Update index.html --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index d8834da..3d0e963 100644 --- a/index.html +++ b/index.html @@ -113,7 +113,7 @@

    BarnyWarp

    - + @@ -123,7 +123,7 @@

    BarnyWarp

    - +