try to take over the world!
// ==UserScript==
// @name Test Tampermonkey by Marvin
// @namespace http://tampermonkey.net/
// @version 0.3
// @description try to take over the world!
// @author You
// @match http://deprintermonteur.nl/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
console.log("En ja hoor, versie 0.3");
})();