mirror of
https://github.com/ThisIsBenny/iOS-Widgets.git
synced 2025-04-19 23:37:41 +00:00
Shortcut added
Signed-off-by: Benny Samir Hierl <bennysamir@posteo.de>
This commit is contained in:
parent
71d0e77df0
commit
16b042636f
2 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
||||||
// icon-color: brown; icon-glyph: magic;
|
// icon-color: brown; icon-glyph: magic;
|
||||||
// Version 1.1.3
|
// 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 widgetInputRAW = args.widgetParameter;
|
||||||
let token;
|
let token;
|
||||||
if (widgetInputRAW !== null) {
|
if (widgetInputRAW !== null) {
|
||||||
|
|
|
@ -14,3 +14,6 @@ After this, you have to copy the token from the Link in the E-Mail and paste the
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
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.
|
Loading…
Add table
Reference in a new issue