I am a scratch user, named in Scratch: AlejandrixKing245 and i use brave for scratch but i feel like something is missing in Pale Moon for scratchers.
I refer to extensions (or add-ons) that adds customization, and functions to scratch. but without Scratch Add-ons im stuck with the classical purple and white theme, that isn't eye-friendly to care eyes.But developing add-ons is very complex, even with chrome. I need help and for the ones who asked what is Scratch Add-ons its this: https://chromewebstore.google.com/detai ... kkikjoneco and has the ability to modify the HTML code of scratch website: https://scratch.mit.edu any help?
I wanna port the chrome extension named Scratch Addons to Pale Moon
Moderators: FranklinDM, Lootyhoof
- AlejandrixKing245
- Newbie
- Posts: 4
- Joined: 2024-10-05, 16:48
- Contact:
Re: I wanna port the chrome extension named Scratch Addons to Pale Moon
You could probably do it better with a userstyle, which would work with the Stylem extension. You just have to add the required changes to CSS and it will be applied on this page. Some of the others like FranklinDM might be able to help you.
"One hosts to look them up, one DNS to find them and in the darkness BIND them."
KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
- AlejandrixKing245
- Newbie
- Posts: 4
- Joined: 2024-10-05, 16:48
- Contact:
Re: I wanna port the chrome extension named Scratch Addons to Pale Moon
Thanks i may get Franklin to port the functions of Scratch Add-ons to Stylem
- AlejandrixKing245
- Newbie
- Posts: 4
- Joined: 2024-10-05, 16:48
- Contact:
Re: I wanna port the chrome extension named Scratch Addons to Pale Moon
I found the libraries that Scratch Add-ons uses and them are here:
https://github.com/ScratchAddons/Scratc ... /libraries
The libraries used where:
spark-md5 3.0.2 (MIT)
scratchblocks 3.6.2 (MIT)
scratchblocks 3.6.2 translations (MIT)
vue 1.0.28-csp (BSD-3-Clause)
icu-message-formatter 0.12.0 (Apache-2.0)
tinycolor2 1.6.0 (MIT)
text-field-edit 3.2.0 (MIT)
chart.js 3.9.1 (MIT)
color-picker-web-component 1.3.7 (MIT)
comlink 4.4.1 (Apache-2.0)
Sora (OFL)
Fuse.js 6.6.2 (Apache-2.0)
idb 7.1.1 (ISC)
Sortable.js 1.15.0 (MIT)
The js files:
https://github.com/ScratchAddons/Scratc ... pts/inject
These are:
I10n.js
module.js
run-userscript.js
https://github.com/ScratchAddons/Scratc ... /libraries
The libraries used where:
spark-md5 3.0.2 (MIT)
scratchblocks 3.6.2 (MIT)
scratchblocks 3.6.2 translations (MIT)
vue 1.0.28-csp (BSD-3-Clause)
icu-message-formatter 0.12.0 (Apache-2.0)
tinycolor2 1.6.0 (MIT)
text-field-edit 3.2.0 (MIT)
chart.js 3.9.1 (MIT)
color-picker-web-component 1.3.7 (MIT)
comlink 4.4.1 (Apache-2.0)
Sora (OFL)
Fuse.js 6.6.2 (Apache-2.0)
idb 7.1.1 (ISC)
Sortable.js 1.15.0 (MIT)
The js files:
https://github.com/ScratchAddons/Scratc ... pts/inject
These are:
I10n.js
module.js
run-userscript.js