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:
| { | |
| "id": 73260582, | |
| "id_str": "73260582", | |
| "name": "Mysteriously Unnamed", | |
| "screen_name": "", | |
| "location": "", | |
| "profile_location": null, | |
| "description": "", | |
| "url": null, | |
| "entities": { |
| 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\ |
| /* 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 { |
I hereby claim:
To claim this, I am signing this object:
| @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, |
Please see updated instructions here: https://gwhois.org/get-ip/
| // ==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 |
| #!Up:: ;Win+Alt+Up | |
| ;toggle title bar window style | |
| WinSet, Style, ^0x800000, A | |
| ;force redraw | |
| WinHide, A | |
| WinShow, A | |
| return |