Skip to content

Instantly share code, notes, and snippets.

View jondolan's full-sized avatar
🚀

Jon Dolan jondolan

🚀
  • USA
View GitHub Profile
@jondolan
jondolan / dropdown_terminal.ahk
Created March 6, 2017 03:30
AutoHotkey Windows drop down terminal
;; 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: ;;
@jondolan
jondolan / gcalfixer.js
Created February 13, 2017 01:36
Google Calendar Small Window Style Fixer
// ==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==