Skip to content

Instantly share code, notes, and snippets.

@math0ne
Created January 5, 2018 17:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save math0ne/863ffd9cead710a8794deecf6748e9d8 to your computer and use it in GitHub Desktop.
Save math0ne/863ffd9cead710a8794deecf6748e9d8 to your computer and use it in GitHub Desktop.
Fix custom new tab page, firefox quantum, firefix 57+
;; This fixes an issue where addons dont have the ability to clear the url bar in
;; firefox quantume (57+). This is an issue if you want to use a custom new tab page
#NoTrayIcon
#ifWinActive ahk_class MozillaWindowClass
$^t::
Send, ^t
sleep, 500
Send, ^l
Send, `b
Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment