ExpandUrl : API service to find redirects
Posted: 29 Mar 2020 16:29
Fellow AHK'er SKAN has provided a script that can be easily 'converted' into an Automagic flow.
a) take URL/URI from {clipboard}
b) validate if it's a URL/URI (regex ! not working properly!! Any (JAVA) regex god to the rescue?)
c) if true - request expandurl.com to convert the URL/URI (if its shortened) and copy its response to {clipboard}
d) if false - display a notification
[SKAN's AHK script]
a) take URL/URI from {clipboard}
b) validate if it's a URL/URI (regex ! not working properly!! Any (JAVA) regex god to the rescue?)
c) if true - request expandurl.com to convert the URL/URI (if its shortened) and copy its response to {clipboard}
d) if false - display a notification
[SKAN's AHK script]