Skip to content

Instantly share code, notes, and snippets.

View kenoh's full-sized avatar

Matúš Honěk kenoh

  • Brno, Czech republic
View GitHub Profile
@kenoh
kenoh / chatgpt-print.css
Created June 9, 2023 07:43
Chat GPT media print
@-moz-document domain("chat.openai.com") {
@media print {
div#__next {
height: auto !important;
}
div#__next>div:nth-child(3)>div:nth-child(1) {
display: none !important;
}
div#__next>div:nth-child(3)>div:nth-child(2) {
display: block !important;
@kenoh
kenoh / vagrant.py
Created September 30, 2016 13:55 — forked from lorin/vagrant.py
Vagrant dynamic inventory script for Ansible
#!/usr/bin/env python
# Adapted from Mark Mandel's implementation
# https://github.com/ansible/ansible/blob/devel/plugins/inventory/vagrant.py
import argparse
import json
import paramiko
import subprocess
import sys
@kenoh
kenoh / .bashrc
Created April 23, 2012 07:34
My .bashrc
#some content