Created
January 5, 2018 17:18
-
-
Save math0ne/863ffd9cead710a8794deecf6748e9d8 to your computer and use it in GitHub Desktop.
Fix custom new tab page, firefox quantum, firefix 57+
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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