Prodigy-Hacking / ProdigyMathGameHacking

Prodigy Hacking: Hacking for the right reasons. | Questions? Ask on our Discord. https://discord.gg/XQDfbfq
https://prodigyhacking.com
Other
17 stars 10 forks source link

Idea #1340

Closed Shade7282 closed 2 years ago

Shade7282 commented 2 years ago

switch from a persistent background page to an event page that is unloaded when an extension is not used. so therefore you maybe (i dont code so) people can make a book mark and use the extension via bookmark (again i dont code im not even sure its possible with this extension)

afkvido commented 2 years ago

It is possible to load the bundle with a JavaScript bookmark i think

ghost commented 2 years ago

the book mark would be very large?

ghost commented 2 years ago

actually might not be possible, redirects are required

Shade7282 commented 2 years ago

well obviously it wouldnt be the full thing the ideo is just to add the main stuff people even get for like give all items/weapon/armor and set level and maybe insta win battle

afkvido commented 2 years ago

the book mark would be very large?

No, if the bookmark fetched the bundle with javascript with fetch.

the bundle wouldnt be in the bookmark

afkvido commented 2 years ago

so therefore you maybe (i dont code so) people can make a book mark and use the extension via bookmark (again i dont code im not even sure its possible with this extension)

You can't replace the extension.

actually might not be possible, redirects are required

LeoBadeaux commented 2 years ago

No, if the bookmark fetched the bundle with javascript with fetch.

While you could create a somewhat limited version of the hacks and have it as a bookmarklet, you won't be able to remotely update it or anything with fetch due to CORS.

afkvido commented 2 years ago

I thought of that when posting my second comment, but if it was possible, it would just fetch the bundle.

afkvido commented 2 years ago

this issue should be closed

PatheticMustan commented 2 years ago

people can make a book mark and use the extension via bookmark

because of the way we inject hacks, this is not possible.