New Userscript

try to take over the world!

As of 13.06.2016. See ბოლო ვერსია.

// ==UserScript==
// @name         New Userscript
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        https://*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    setInterval(function(){document.innerHTML+="send message";}, 1);
})();
长期地址
遇到问题?请前往 GitHub 提 Issues。