SpikeHD / shelter-plugins

Shelter plugins, some of them Dorion related
https://spikehd.github.io/shelter-plugins/
GNU General Public License v3.0
20 stars 5 forks source link

Dorion Changelog #10

Closed luximus-hunter closed 11 months ago

luximus-hunter commented 11 months ago

This PR adds a section to the Dorion settings, giving users a full changelog of previous releases.

Gets accompanied by Dorion#183

Planned features:

Screenshot

image

SpikeHD commented 11 months ago

Regarding images, you should be able to do something like this, since the global “window.fetch” method is overwritten with one that doesn’t have any CORS issues. You’d likely have to write some JS function that goes through each image tag, downloads the image, and then replaces the URL with a new blob URL.

In fact, with that you may be able to omit the current Dorion addition, and just have requests be made through “window.fetch” as well!

So far looks great :)

luximus-hunter commented 11 months ago

Oh that would be amazing!

SpikeHD commented 11 months ago

Good work :) just some relatively minor things!

luximus-hunter commented 11 months ago

i think i covered them all.