I wanna port the chrome extension named Scratch Addons to Pale Moon

Add-ons for Pale Moon and other applications
General discussion, compatibility, contributed extensions, themes, plugins, and more.

Moderators: FranklinDM, Lootyhoof

User avatar
AlejandrixKing245
Newbie
Newbie
Posts: 4
Joined: 2024-10-05, 16:48
Contact:

I wanna port the chrome extension named Scratch Addons to Pale Moon

Unread post by AlejandrixKing245 » 2024-10-06, 17:01

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?

User avatar
moonbat
Knows the dark side
Knows the dark side
Posts: 5387
Joined: 2015-12-09, 15:45
Contact:

Re: I wanna port the chrome extension named Scratch Addons to Pale Moon

Unread post by moonbat » 2024-10-07, 07:03

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."

Image
KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX

User avatar
AlejandrixKing245
Newbie
Newbie
Posts: 4
Joined: 2024-10-05, 16:48
Contact:

Re: I wanna port the chrome extension named Scratch Addons to Pale Moon

Unread post by AlejandrixKing245 » 2024-10-07, 15:18

Thanks i may get Franklin to port the functions of Scratch Add-ons to Stylem

User avatar
AlejandrixKing245
Newbie
Newbie
Posts: 4
Joined: 2024-10-05, 16:48
Contact:

Re: I wanna port the chrome extension named Scratch Addons to Pale Moon

Unread post by AlejandrixKing245 » 2024-10-07, 15:22

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

Post Reply