Skip to content

Instantly share code, notes, and snippets.

@Navidda
Navidda / alt+backtick.ahk
Created February 20, 2025 08:53
AHK (v1) script to switch between windows of the same application in Windows 11
!`::
WinGet, ActiveProcessName, ProcessName, A
WinGetClass, OldClass, A
WinGet, WindowList, List, ahk_exe %ActiveProcessName%
if (WindowList > 1) {
Loop, %WindowList% {
this_id := WindowList%A_Index%
WinGetClass, NewClass, ahk_id %this_id%
@Navidda
Navidda / spotihosts
Created November 3, 2018 16:46
The hosts file entries to block Spotify audio ad servers.
127.0.0.1 media-match.com
127.0.0.1 adclick.g.doublecklick.net
127.0.0.1 www.googleadservices.com
127.0.0.1 open.spotify.com
127.0.0.1 pagead2.googlesyndication.com
127.0.0.1 desktop.spotify.com
127.0.0.1 googleads.g.doubleclick.net
127.0.0.1 pubads.g.doubleclick.net
127.0.0.1 audio2.spotify.com
127.0.0.1 www.omaze.com