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
;; Jon Dolan ;; | |
;; V1.0 - March 5th, 2017 ;; | |
;; Windows emulator for Yakuake/Guake written in AHK (https://autohotkey.com) ;; | |
;; Provies drop down capabilities to whatever Windows terminal program you please ;; | |
;; By default, this script uses Bitvise xterm with the hotkey F12 ;; | |
;; But it is configurable by changing the global variables below ;; | |
;; To compile this script after changing it to your liking: ;; |
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
// ==UserScript== | |
// @name GCalendar Fixer | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match https://calendar.google.com/calendar/render* | |
// @grant none | |
// ==/UserScript== |