Login About Gallery
HiRes GIFs
SCRIPTING
‎Continue in Shortcuts app
COMMENT
‎Shortcut by user/ROP (RoutineHub) u/ROPit (Reddit)
SCRIPTING
‎Get dictionary from ‎Shortcut Input
SCRIPTING
‎Get ‎Value ‎for ‎function ‎in ‎Dictionary
VARIABLES
‎Set variable ‎input ‎to ‎Dictionary Value
DICTIONARY
VARIABLES
‎Set variable ‎local_data ‎to ‎Dictionary
COMMENT
‎Embed-a-Update by @pfg Embed-a-Update is an updater like no other. Instead of requiring users download an extra shortcut to update HiRes GIFs, Embed-a-Update is embedded directly into this shortcut. https://routinehub.co/shortcut/2672
SCRIPTING
‎Get current IP address
‎Options Under Construction
SCRIPTING
‎Count ‎Items ‎in ‎Current IP Address
SCRIPTING
‎If ‎Count ‎is ‎0
SCRIPTING
‎Otherwise
URL
‎https://routinehub.co/api/v1/shortcuts/ ‎local_data ‎/versions/latest
NETWORK
‎Get contents of ‎URL
‎Options Under Construction
SCRIPTING
‎If ‎result ‎contains ‎success
DICTIONARY
TEXT
‎<html><head></head><body><script> // Embed-a-Engine 1.0 function cmp (a, b) { let pa = a.split('.'); let pb = b.split('.'); for (let i = 0; i < Math.max(pa.length, pb.length); i++) { let na = Number(pa[i]); let nb = Number(pb[i]); if (isNaN(na)) na = 0; if (isNaN(nb)) nb = 0; if (na > nb) return "RollbackAvailable"; if (nb > na) return "UpdateAvailable"; } return "NoChanges"; }; let data = ‎CompareVersionsData ‎; document.write(cmp(data.current, data.new)); </script></body></html>
URL
‎data:text/html, ‎Text
SAFARI
‎Get contents of web page at ‎URL
SCRIPTING
‎If ‎Contents of Web Page ‎is ‎NoChanges
SCRIPTING
‎Otherwise
SCRIPTING
‎If ‎Contents of Web Page ‎is ‎RollbackAvailable
TEXT
‎HiRes GIFs Update Information — A rollback is available: ‎local_data ‎ ↘ ‎result ‎result
SCRIPTING
‎Otherwise
TEXT
‎HiRes GIFs Update Information — An update is available: ‎local_data ‎ → ‎result ‎result
SCRIPTING
‎End If
SCRIPTING
‎Choose from Menu
SCRIPTING
‎Install result (Version)
URL
‎https://routinehub.co/download/ ‎result
SAFARI
‎Open ‎URL
SCRIPTING
‎Exit shortcut with ‎Result
SCRIPTING
‎End Menu
SCRIPTING
‎End If
SCRIPTING
‎Otherwise
SCRIPTING
‎Show alert ‎Informational Message
Title
‎optional
Show Cancel Button
SCRIPTING
‎End If
SCRIPTING
‎End If
DOCUMENTS
‎Create Folder
Service
‎iCloud Drive
Path
‎/Shortcuts/HiRes GIFs
DICTIONARY
VARIABLES
‎Set variable ‎notification ‎to ‎Dictionary
SCRIPTING
‎Decode ‎notification ‎with base64
VARIABLES
‎Set variable ‎yay ‎to ‎Base64 Encoded
DOCUMENTS
‎Get File
Service
‎iCloud Drive
Show Document Picker
File Path
‎/Shortcuts/example.txt
Error If Not Found
SCRIPTING
‎Get ‎Value ‎for ‎size ‎in ‎File
VARIABLES
‎Set variable ‎size_result ‎to ‎Dictionary Value
VARIABLES
‎Set variable ‎run_shortcut ‎to ‎local_data
COMMENT
‎Videos
SCRIPTING
‎If ‎input ‎is ‎Videos
PHOTOS
‎Find ‎All Photos ‎where
‎[{'class': 'filter-property', 'value': 'Media Type'}, {'class': 'filter-operator', 'value': 'is'}, {'class': 'filter-benchmark', 'value': 'Video'}]
Sort by
‎Last Modified Date
Order
‎Latest First
Limit
VARIABLES
‎Set variable ‎vids_found ‎to ‎Photos
SCRIPTING
‎Count ‎Items ‎in ‎vids_found
SCRIPTING
‎If ‎Count ‎is ‎0
SCRIPTING
‎Show alert ‎No videos found!
Title
‎No videos found!
Show Cancel Button
SHORTCUTS
‎Run ‎run_shortcut
Input
‎Choose Variable
Show While Running
SCRIPTING
‎Exit shortcut with ‎Result
SCRIPTING
‎Otherwise
SCRIPTING
‎Choose from ‎vids_found
Prompt
‎Select at least one video
Select Multiple
Select All Initially
VARIABLES
‎Set variable ‎selection ‎to ‎Choose from List
SCRIPTING
‎Count ‎Items ‎in ‎selection
SCRIPTING
‎If ‎Count ‎is ‎0
SCRIPTING
‎Show alert ‎Please select at least one video!
Title
‎Please select at least one video!
Show Cancel Button
DICTIONARY
SHORTCUTS
‎Run ‎run_shortcut
Input
‎Dictionary
Show While Running
SCRIPTING
‎Exit shortcut with ‎Result
SCRIPTING
‎Otherwise
SHARING
‎Copy ‎selection ‎to clipboard
Local Only
Expire At
‎Today at 3 pm
DICTIONARY
SHORTCUTS
‎Run ‎run_shortcut
Input
‎Dictionary
Show While Running
SCRIPTING
‎Exit shortcut with ‎Result
SCRIPTING
‎End If
SCRIPTING
‎End If
SCRIPTING
‎End If
COMMENT
‎Live Photos
SCRIPTING
‎If ‎input ‎is ‎Live Photos
PHOTOS
‎Find ‎All Photos ‎where
‎[{'class': 'filter-property', 'value': 'Photo Type'}, {'class': 'filter-operator', 'value': 'is'}, {'class': 'filter-benchmark', 'value': 'Live Photo'}]
Sort by
‎Last Modified Date
Order
‎Latest First
Limit
VARIABLES
‎Set variable ‎livep_found ‎to ‎Photos
SCRIPTING
‎Count ‎Items ‎in ‎livep_found
SCRIPTING
‎If ‎Count ‎is ‎0
SCRIPTING
‎Show alert ‎No live photos found!
Title
‎No live photos found!
Show Cancel Button
SHORTCUTS
‎Run ‎run_shortcut
Input
‎Choose Variable
Show While Running
SCRIPTING
‎Exit shortcut with ‎Result
SCRIPTING
‎Otherwise
SCRIPTING
‎Choose from ‎livep_found
Prompt
‎Select at least one live photo
Select Multiple
Select All Initially
VARIABLES
‎Set variable ‎selection ‎to ‎Chosen Item
SCRIPTING
‎Count ‎Items ‎in ‎selection
SCRIPTING
‎If ‎Count ‎is ‎0
SCRIPTING
‎Show alert ‎Please select at least one live photo!
Title
‎Please select at least one live photo!
Show Cancel Button
DICTIONARY
SHORTCUTS
‎Run ‎run_shortcut
Input
‎Dictionary
Show While Running
SCRIPTING
‎Exit shortcut with ‎Result
SCRIPTING
‎Otherwise
SHARING
‎Copy ‎selection ‎to clipboard
Local Only
Expire At
‎Today at 3 pm
DICTIONARY
SHORTCUTS
‎Run ‎run_shortcut
Input
‎Dictionary
Show While Running
SCRIPTING
‎Exit shortcut with ‎Result
SCRIPTING
‎End If
SCRIPTING
‎End If
SCRIPTING
‎End If
COMMENT
‎Bursts
SCRIPTING
‎If ‎input ‎is ‎Bursts

Showcuts

Magic Vars

Screenshot

Submitted Anonymously 3 years ago

Visit iCloud (iOS)

Copy iCloud Link

Scan QR Code

0

550 more actions