Skip to content

Instantly share code, notes, and snippets.

{
"id": 73260582,
"id_str": "73260582",
"name": "Mysteriously Unnamed",
"screen_name": "",
"location": "",
"profile_location": null,
"description": "",
"url": null,
"entities": {
@iglvzx
iglvzx / KiTTY-Monokai.session
Last active September 20, 2018 11:10 — forked from paulchrablass/putty-monokai.reg
Monokai Theme for KiTTY
Colour21\255,255,255\
Colour20\245,222,179\
Colour19\200,240,240\
Colour18\0,217,217\
Colour17\179,146,239\
Colour16\174,129,255\
Colour15\122,204,218\
Colour14\102,217,239\
Colour13\209,202,137\
Colour12\230,219,116\
@iglvzx
iglvzx / twitter-showFullUrls.css
Created November 20, 2015 17:03
Stylish - Twitter - Show Full URLs
/* Stylish ruleset to show full URLs in tweets on Twitter. */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("twitter.com") {
.tweet a .invisible {
font-size: inherit !important;
width: inherit !important;
}
.tweet a .tco-ellipsis {
@iglvzx
iglvzx / keybase.md
Created March 18, 2015 22:36
Keybase proof

Keybase proof

I hereby claim:

  • I am iglvzx on github.
  • I am iglvzx (https://keybase.io/iglvzx) on keybase.
  • I have a public key whose fingerprint is F62C C1A3 80FC 0528 C8E6 E48E AC9B F855 2EED 879C

To claim this, I am signing this object:

@iglvzx
iglvzx / gist:dba9086313911a0a99e8
Last active August 29, 2015 14:17
BoingBoing Links CSS
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("boingboing.net"), domain("offworld.com") {
.post a:hover,
.byline a:hover,
article a:hover,
.reply-title a:hover,
.next-post-thumb a:hover,
.loop-head a:hover,
@iglvzx
iglvzx / getIP.md
Last active January 2, 2016 12:28
@iglvzx
iglvzx / InputFocusTitleChange.user.js
Created June 27, 2012 21:19
Input Focus Title Change
// ==UserScript==
// @name InputFocusTitleChange
// @namespace http://igalvez.net
// @include *
// @author Izzy Galvez (iglvzx)
// @description Adds/Removes '[AHK]' to the Title when an input/textarea element gains/loses focus.
// @version 1.0
// ==/UserScript==
// Import jQuery
SetTitleMatchMode, RegEx
#IfWinActive, - Google Chrome$
!RButton::
!LButton::
KeyWait, Alt
Click, Right
SendInput, e
@iglvzx
iglvzx / ToggleTitleBar.ahk
Created May 8, 2012 06:18
Toggle Title Bar
#!Up:: ;Win+Alt+Up
;toggle title bar window style
WinSet, Style, ^0x800000, A
;force redraw
WinHide, A
WinShow, A
return