diff --git a/Ecosia/Ecosia.js b/Ecosia/Ecosia.js index f5a59e0..cd68acf 100644 --- a/Ecosia/Ecosia.js +++ b/Ecosia/Ecosia.js @@ -3,6 +3,9 @@ // icon-color: brown; icon-glyph: magic; // Version 1.1.3 +// You can use this shortcut to get the needed Token via Safari Share Menu: https://www.icloud.com/shortcuts/77b82210c35e4db79695fb00990eef88 +// It is important, that you are already logged in with the Safari Browser where you execute Shortcut + let widgetInputRAW = args.widgetParameter; let token; if (widgetInputRAW !== null) { diff --git a/Ecosia/README.md b/Ecosia/README.md index 76c91af..e61eb29 100644 --- a/Ecosia/README.md +++ b/Ecosia/README.md @@ -14,3 +14,6 @@ After this, you have to copy the token from the Link in the E-Mail and paste the ![Get Token](https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Ecosia/token.jpeg) ![Setup](https://raw.githubusercontent.com/ThisIsBenny/iOS-Widgets/main/Ecosia/setup.jpeg) + +Or you can use this Shortcut to get the Token from a already loggend in iOS Safari: [Get Ecosia Token Shortcut](https://www.icloud.com/shortcuts/77b82210c35e4db79695fb00990eef88) +You have to execute this Shortcut from the Share-Menu in Safari. \ No newline at end of file