Created
June 16, 2019 23:03
-
-
Save itslukej/0138ff972df576bc44f2b8b044519349 to your computer and use it in GitHub Desktop.
ZWS.IM ShareX custom uploader
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "12.4.1", | |
"Name": "zws.im", | |
"DestinationType": "URLShortener", | |
"RequestMethod": "GET", | |
"RequestURL": "https://us-central1-zero-width-shortener.cloudfunctions.net/shortenURL", | |
"Parameters": { | |
"url": "$input$" | |
}, | |
"URL": "https://zws.im/$json:short$" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment