Skip to content

Instantly share code, notes, and snippets.

View kmpoppe's full-sized avatar

Kai Michael Poppe kmpoppe

View GitHub Profile
@kmpoppe
kmpoppe / osm-org-greasemonkey.user.js
Last active September 3, 2021 09:46 — forked from joshinils/gist:a5fa735b0bc11933bdac8ac08be19de9
Additional links for openstreetmap.org using Greasemonkey
// ==UserScript==
// @name Additional Links for the openstreetmap.org-sidebar
// @description This script adds links to OSM Deep History for Nodes, Ways and Relations, OSMCha for Changesets as well as KartaView and Mapillary in the primary navigation when displayed on openstreetmap.org.
// @version 11
// @grant none
// @copyright 2021, https://github.com/joshinils and https://github.com/kmpoppe
// @license MIT
// @icon https://www.openstreetmap.org/assets/favicon-16x16-474476c1b2381628a81361a9e2bf04b936d21f77c59e84b48c6c69ea376fb6cf.png
// @match https://www.openstreetmap.org/*
// ==/UserScript==
@kmpoppe
kmpoppe / keybase.md
Created November 9, 2019 12:39
Keybase

Keybase proof

I hereby claim:

  • I am kmpoppe on github.
  • I am kmpoppe (https://keybase.io/kmpoppe) on keybase.
  • I have a public key ASAkOikEk0nnDBiBCqkx3fXwXjm9UBDUMSXtPKmFF4bS9wo

To claim this, I am signing this object:

@kmpoppe
kmpoppe / putty.vbs
Last active March 19, 2023 07:35
putty.vbs with 1Password support
' The aim of this script is to execute putty with parameters like ssh://login@host directly using an URL in a browser
'
' Update 2019-02-02, Kai Michael Poppe (twitter @kmpoppe):
' This script now also accepts item and vault data from 1password so that you can log in to putty without having
' username and password in the URL but getting it from your 1password vault. The script now makes use of a Json lib
' by "demon" (http://demon.tw/my-work/vbs-json.html)
'
' Installation:
' - Launch putty.reg to associate ssh:// and telnet:// to this script
' - Edit the putty path in parameter below like puttyPath = "C:\Program Files (x86)\putty.exe"