Chrome #IfWinActive, Tab Title

Put simple Tips and Tricks that are not entire Tutorials in this forum
Hiwo
Posts: 3
Joined: 19 Jun 2021, 09:43

Chrome #IfWinActive, Tab Title

Post by Hiwo » 16 Aug 2022, 21:20

If you want to use ahk script specifically for a chrome tab you could search by the tab's title name like so:
www.exemplo.com --> #IfWinActive, – exemplo
However, there are many cases where the title tab isn't consistent and don't include the site name that we want to target;
The workaround is a chrome extension that adds for us this information into the title, thus we can use this in our script:
image.png
image.png (10.36 KiB) Viewed 1800 times
My recommended setting are like so:
image.png
image.png (42.44 KiB) Viewed 1800 times

Return to “Tips and Tricks (v1)”