Skip to content

Instantly share code, notes, and snippets.

View martin-v's full-sized avatar

Martin Vietz martin-v

View GitHub Profile
@martin-v
martin-v / berlin-terminator.user.js
Last active April 9, 2024 15:58 — forked from lopis/berlin-terminator.user.js
Script that automates hunting for a new Termin in Berlin. Requires a browser extension that can run user scripts., e.g. https://www.tampermonkey.net/
// ==UserScript==
// @name Terminator
// @description Automates finding appointments in Berlin Buergeraemter
// @namespace https://service.berlin.de/terminvereinbarung/termin
// @match https://service.berlin.de/terminvereinbarung/termin/*
// @version 5
// @grant none
// ==/UserScript==
'use strict'