Advertisement
Guest User

Untitled

a guest
May 4th, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. DetectHiddenText, On ;
  2. SetTitleMatchMode, Slow ;
  3.  
  4. WinActivate, ahk_class Chrome_WidgetWin_1
  5. IfWinActive, ahk_class Chrome_WidgetWin_1
  6. {
  7. WinGetText, wintext, ahk_class Chrome_WidgetWin_1 ;
  8. If InStr(wintext,"stackoverflow.com") {
  9. ~LButton::
  10. SetTitleMatchMode, 2
  11. #IfWinActive, ahk_class Chrome
  12.  
  13. If (A_TimeSincePriorHotkey<400) and (A_TimeSincePriorHotkey<>-1)
  14. {
  15. SendInput ^c
  16. Sleep, 10
  17. SendInput ^f
  18. Sleep, 10
  19. SendInput ^v
  20. Return
  21. }
  22. Return
  23. }
  24. return
  25. }
  26. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement