Skip to content

Instantly share code, notes, and snippets.

View ggppjj's full-sized avatar

Gabriel Jones ggppjj

View GitHub Profile
@ggppjj
ggppjj / wikipedia.org - the goggles do nothing.css
Last active January 25, 2023 14:48 — forked from Eklei/Wikipedia - The Goggles Do Nothing.user.css
Deuglifies the new Wikipedia theme by fixing the colors (which are mostly blinding white by default)
/* ==UserStyle==
@name Wikipedia - The Goggles Do Nothing!
@version 3.0.0
@namespace https://gist.github.com/Eklei/5fa02e0e2ec942baaad23292cb55e8f3
==/UserStyle== */
@-moz-document domain("wikipedia.org"), domain("web.archive.org") {
:root {
--cont-pad-x: 2.0em;
--cont-pad-y: 0.5em;
--cont-neg-x: calc(0px - var(--cont-pad-x));
@ggppjj
ggppjj / tropico4.ahk
Created June 17, 2018 01:41 — forked from jahabrewer/tropico4.ahk
Tropico 4 autohotkey script
; Tropico 4 Betterizer - jahabrewer edition
;
; This is a modified version of an ahk script I found on steam. I've added the
; ability to set game speed directly with 1,2,3 and reversed the Q,E rotation to
; be what I expected. I got my feel for Q,E rotation from XCOM.
;
; I got really used to the control scheme of Rimworld, and I love Tropico 4.
; I stumbled across an AHK script written years ago, and decided to improve it.
; License: Public domain.
; Author: Kamerad ggppjj on Steam