Jump to content

JvdL

Member
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

JvdL's Achievements

Helping Hand

Helping Hand (3/5)

0

Reputation

  1. Short Feedback: GuiB's workflow works perfekt and much faster than the one I mentioned. Great job! Thank you
  2. Hello Guib, I checked the Firefox Preferences and "Open new windows in a new tab instead" is checked. But the template workflow opens several windows anyway. But in general I agree with you both reg. keystrokes and delays. I will try your script now. Thanks for the quick answers! Jürgen
  3. Hello Vero, I checked the workflow you mentioned, but it does open three sites in three different windows. I would like to open three sites in different tabs ... Is that possible?
  4. Thanks Vero, I will try that, too. I found a bug in my script and now it seems to work: on alfred_script(q) tell application "Firefox" to activate delay 1 tell application "System Events" keystroke "n" using {command down} delay 2 -- shorter delay causes the second key stroke to end up in the search keystroke "l" using {command down} keystroke "https://www.nba.com" & return delay 1 keystroke "t" using {command down} keystroke "l" using {command down} keystroke "https://www.wikipedia.org" & return delay 1 keystroke "t" using {command down} keystroke "l" using {command down} keystroke "https://www.cnn.com" & return delay 1 end tell end alfred_script The keystroke for the new window was wrong. Thanks again Jürgen
  5. What I have till now is this: delay 1 tell application "System Events" keystroke "n" using {shift down, command down} delay 5 keystroke "l" using {command down} keystroke "https://www.nba.com" & return delay 1 keystroke "t" using {command down} keystroke "l" using {command down} keystroke "https://www.wikipedia.org" & return delay 1 keystroke "t" using {command down} keystroke "l" using {command down} keystroke "https://www.cnn.com" & return delay 1 end tell end alfred_script But it does not work consistently . Sometimes it works as it should be, sometimes it just adds additional tabs to the Firefox Window in focus, sometimes it opens a new window, opening the previous set of tabs, ... Is this a problem with the script of with Firefox? Thanks Jürgen
  6. Hello, I searched this forum and also the web to find a workflow that can be triggered by a hotkey that opens a new Firefox window with several sites in several tabs opened at once. All the scripts or snippets I found where buggy or not working at all. What would be the right approach to do that. E.g. I would like to press a hotkey that opens: 1. A new Firefox window 2. First tab "www.nba.com" 3. Second tab "www.sbnation.com" I would appreciate your comments Jürgen
×
×
  • Create New...