Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogunPanda committed Oct 13, 2013
1 parent ccaf015 commit a2e7d56
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file modified alfred-chrome.alfredworkflow
Binary file not shown.
3 changes: 1 addition & 2 deletions open.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def add_to_chrome(request)
#{request[:user] ? new_user : nil}
# Get the new frontmost window
set current_front to the window 1
set current_front to the frontmost
if window_mode is "incognito" then
make new window with properties {mode: "incognito"}
Expand All @@ -69,7 +69,6 @@ def add_to_chrome(request)
end tell
EOSCRIPT

puts script
IO.popen("osascript", "w") {|pipe| pipe.write(script) }
end

Expand Down

0 comments on commit a2e7d56

Please sign in to comment.