ferdium / ferdium-recipes

Recipes encapsulate your favourite apps into Ferdium for unified notifications handling and more
MIT License
83 stars 192 forks source link

[Recipe Request]: iCloud notes #311

Closed ThinkSalat closed 1 year ago

ThinkSalat commented 1 year ago

Preflight Checklist

Name of the service

icloud notes

URL of the service

https://www.icloud.com/notes

GitHub URL to a recipe that has already been created by someone else or you

No response

Features you want implemented

Just the abiltiy to use apple notes through ferdium!

ThinkSalat commented 1 year ago

I can handle this by changing the user.js for the icloud service to:

if (location.href !== "https://www.icloud.com/notes") {
    setTimeout(() => location.href = "https://www.icloud.com/notes", 1500)

  }

But this seems a little sloppy and prone to issues. Although it really only happens once the service is reloaded

ThinkSalat commented 1 year ago

Ok this actually was easier than I thought. It's just a custom website - you can make a custom website by entering nonsense into the services search and then the option to create custom website service pops up.