This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
NewerOlder