Greasy Fork镜像 is available in English.

Neopets - Daily Quest Helper (Fixed)

Adds a link to daily quests if available

ئاپتورى
Zara Kayn
بۈگۈن قاچىلانغىنى
0
جەمئىي قاچىلانغىنى
1,142
باھا نومۇرى
3 0 0
نەشرى
2.0
قۇرۇلغان ۋاقتى
2023-11-07
يېڭىلانغان ۋاقتى
2025-06-14
Size
4.9 KB
ئىجازەتنامىسى
يوق
قوللايدىغىنى

Just copy and paste this.

Where I have written in the code: "If you want to add more links to a quest, do what I did below here"

It is an example of how to add multiple links to a quest. Just create another link and another desc.appendChild(newLink);

Each link will be labeled as [Link] by default on the quest page. If you do not like this, then when declaring a new link, you can pass in a second parameter to the createLink. E.g.

const link = createLink('https://www.neopets.com/objects.phtml?type=shop&obj_type=14', "Choc Factory");

This will now appear as [Choc Factory].

I've tried to use very simple code without any optimisation so that non technical people can expand on it.

长期地址
遇到问题?请前往 GitHub 提 Issues。