Skip to content

Instantly share code, notes, and snippets.

View matey-jack's full-sized avatar

Robert Jack Will matey-jack

View GitHub Profile
@matey-jack
matey-jack / tampermonkey.userscript.js
Last active June 2, 2017 12:35
Monthly Payments for Buying a Home on ImmobilienScout24.de
// ==UserScript==
// @name Monthly Payments for Buying a Home
// @namespace http://tampermonkey.net/
// @version 0.1
// @description show monthly payments (Hausgeld + mortgage rate) given a sales expose and user-definable down payment
// @author [email protected]
// @match https://www.immobilienscout24.de/*
// @grant none
// @require http://code.jquery.com/jquery-latest.js
// ==/UserScript==