Advertisement
tabnation

chrome 2

Feb 25th, 2021
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Button press AHK (google search)
  2. f1::
  3. send ^c
  4. winactivate, ahk_exe chrome.exe
  5. Send ^!b
  6. Sleep 2000
  7. Send ^!c
  8. #HotkeyModifierTimeout​ 100
  9.  
  10. Button press JS=
  11. document.getElementsByName("btnK")[0].click()
  12.  
  13. Focus on text field =
  14. document.getElementById("email").focus()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement