Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- InputBox, inUrl, URLRunner, Paste in the url to decode here.
- IfInString inUrl, _n
- {
- StringSplit items, inUrl, _
- outValue = items2
- Run http://facebook.com/photo.php?fbid=%items2%
- }
- else, ifInString, inUrl, flickr
- {
- StringSplit items, inUrl, /
- StringSplit fileName, items%items0%, _
- Run http://flickr.com/photo.gne?id=%fileName1%
- }
- else, ifInString, inUrl, deviantart
- {
- ;http://fc09.deviantart.net/fs71/f/2013/227/a/4/ryky_id_by_ryky-d6i93rf.jpg
- StringSplit slashFrags, inUrl, /
- StringSplit hyphen, slashFrags%slashFrags0%, -
- Run % "http://fav.me/" . substr(hyphen%hyphen0%, 1, -4)
- }
- else MsgBox no item found
Advertisement
Add Comment
Please, Sign In to add comment