Skip to content

Instantly share code, notes, and snippets.

View Udo's full-sized avatar

Udo Schroeter Udo

View GitHub Profile
@Udo
Udo / user.js
Last active August 20, 2016 11:27
Tampermonkey script for displaying the Ludum Dare Streamers widget on the LD website
// ==UserScript==
// @name Ludum Dare Streamers Widget
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Simple script to patch a live stream preview into the Ludum Dare website.
// @author Udo Schroeter udo.schroeter@gmail.com
// @grant none
// @include http://ludumdare.com/*
// ==/UserScript==
#!/bin/sh
# modified by jfro from http://www.cnysupport.com/index.php/linode-dynamic-dns-ddns-update-script
# Update: changed because the old IP-service wasn't working anymore
# Uses curl to be compatible with machines that don't have wget by default
# modified by Ross Hosman for use with cloudflare.
#
# Place at:
# /usr/local/bin/cf-ddns.sh
# run `crontab -e` and add next line:
# 0 */5 * * * * /usr/local/bin/cf-ddns.sh >/dev/null 2>&1