We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I don't use Safari and several widgets (e.g. Lyrics on Genius) use it. Would be nice to have a configuration for the browser.
The text was updated successfully, but these errors were encountered:
Modified the Applescript to below. FYI first time using Applescript, never bothered to look into identifying default browser.
tell application "Google Chrome" activate set encodedQuery to do shell script "/usr/bin/python -c 'import sys, urllib; print urllib.quote(sys.argv[1])' " & "'" & theTrack & " - " & theArtist & "'" set theUrl to "https://genius.com/search?q=" & encodedQuery open location theUrl end tell
Sorry, something went wrong.
No branches or pull requests
I don't use Safari and several widgets (e.g. Lyrics on Genius) use it. Would be nice to have a configuration for the browser.
The text was updated successfully, but these errors were encountered: