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
| #laankejkbhbdhmipfmgcngdelahlfoji .checkbox, | |
| #laankejkbhbdhmipfmgcngdelahlfoji .trash, | |
| #laankejkbhbdhmipfmgcngdelahlfoji .show-button { | |
| display: none!important; | |
| } | |
| #laankejkbhbdhmipfmgcngdelahlfoji .enable-controls:before { | |
| content: "Get back to work."; | |
| } |
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
| Sub AutoAcceptMeetings(oRequest As MeetingItem) | |
| If oRequest.MessageClass <> "IPM.Schedule.Meeting.Request" Then | |
| Exit Sub | |
| End If | |
| Dim oAppt As AppointmentItem | |
| Set oAppt = oRequest.GetAssociatedAppointment(True) | |
| Dim oResponse |
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
| if WinExist("Spotify") or WinExist("ahk_class SpotifyMainWindow") | |
| { | |
| WinGet, Style, Style | |
| WinSet, Transparent, OFF | |
| WinSet, Style, % Style | 0x40000 | 0x400000 | 0x800000 | 0xc00000 | |
| } | |
| #Up:: | |
| FixSpotify() | |
| Send #{Up} |