Jump to content

Yuri

Member
  • Posts

    29
  • Joined

  • Last visited

Everything posted by Yuri

  1. Vitor, thank you for the great wf! Can it also to copy the screenshot to the clipboard?
  2. Awesome! Would it be possible to add: - Photoshop - Illustrator - Sketch Thank you!
  3. Always after the links begin to open in the browser.
  4. After I opened 10 links, how can I delete these 10 links inside csv document? Without text editor Because this could save time.
  5. deanishe thank you, it works well!
  6. The document has only one column. Maybe the plain text file will be better.
  7. Deanishe thank you for your help but I don't know what I am doing wrong. For some reason, it doesn't work for me https://yadi.sk/d/SZRolxEh3LKzre In debug mode, It shows me this message: "[ERROR: action.script] Traceback (most recent call last): File "<string>", line 18, in <module> IndexError: list index out of range"
  8. Hello everyone! I have a document with name link.csv, which is on the desktop, /Users/.../Desktop/links.csv There are some links in the document: https://www.google.com https://www.alexa.com https://www.facebook.com https://wikipedia.org https://www.youtube.com https://github.com etc 1.How can I open all links from csv. with Alfred? 2.How can I open first 5 links? 3. How can I delete first 5 links? Any help will be appreciated!
  9. Don't know why, but this wf suddenly works for me too! It works perfect for url address (thank you RodgerWW!), but doesn't work for Alfred keywords. Is there any chance to use it with other workflows? For example, in Alfred bar, to search in Google, I usually use: "g test", but if it needs to open the page in background, what if I use: "bg g test" or something like this, maybe action modifier. The case is, I actually don't always have exact url, but have the word which I write with keywords in Alfred Bar. I think there is a solution to use snippets instead default searches, ie "//go" to paste https://www.google.ru/search?q= . And for this feature I need to write snippets for every searches, which is more than 100. Maybe there is a more convenient solution?
  10. Youtube-control workflow, which I've adapted for Safari. https://yadi.sk/d/-cKlFS2U3LH3Cd ytn — youtube next ytp — youtube previous yts — youtube start/stop Based on https://gist.github.com/zachloubier/9b07fd21292a7dfb92d9
  11. Rodger, thanks for the quick response. But this workflow doesn't work. https://yadi.sk/d/3d46Aj503LGqev I don't know what I am doing wrong. What do you think?
  12. How to open url or keyword link with Alfred Bar, but to stay on the same tab? I want to open new tab without leaving current focused tab. Thank you for any help!
  13. I have one more situation. When I search by keyword "test" first, it looks like this: https://www.shutterstock.com/search?searchterm=test&sort=popular&image_type=all&search_source=base_landing_page&language=en, without &page=1 but without this, the workflow doesn't work. How to add a suffix so that it works from the first page, or maybe it has another way?
  14. Thank you Vitor! It works perfect
  15. Hello everyone! I have link https://www.shutterstock.com/search?searchterm=test&sort=popular&image_type=all&search_source=base_landing_page&language=en&page=1 The question is, how can I go to the page=2 https://www.shutterstock.com/search?searchterm=test&sort=popular&image_type=all&search_source=base_landing_page&language=en&page=2, and page 2+1=3, https://www.shutterstock.com/search?searchterm=test&sort=popular&image_type=all&search_source=base_landing_page&language=en&page=3, and page 3+1=4, https://www.shutterstock.com/search?searchterm=test&sort=popular&image_type=all&search_source=base_landing_page&language=en&page=4, and page 4+1=5 ... , etc ... on the same tab on Safari, with shortcut? It will save a lot of time. Thank you for any help!
  16. Can anyone to create a workflow to search in Google Reverse Images from an image in clipboard? I do not even know how to approach this Thank you for any help.
  17. Great workflow! Is it possible to add support for dribbble.com or pinterest.com?
  18. The Same for Safari tell application "Safari" repeat with t in tabs of windows tell t if URL starts with "http://www.youtube.com/watch" or URL starts with "https://www.youtube.com/watch" then do JavaScript " var player = document.getElementById('movie_player') || document.getElementsByTagName('embed')[0]; if (player) { if (player.getPlayerState() === 1) { player.pauseVideo(); } else { player.playVideo(); } } " exit repeat end if end tell end repeat end tell
  19. Sure https://drive.google.com/open?id=0B4XtAFSkXzyWV0ZQX2R6VDdXSmc
  20. Hi, I've read several thread regarding this but I think I am still clueless as to how it works. What I am looking for: a workflow which will append any Clipboard inputs to my clipboard.txt document. What is the best way to do it? Any help would be appreciated.
×
×
  • Create New...