Greasy Fork is available in English.

Hydra Brute

try to take over the world!

Tính đến 30-07-2018. Xem phiên bản mới nhất.

// ==UserScript==
// @name         Hydra Brute
// @namespace    Hydra_Brute_over
// @version      2020.06.14
// @description  try to take over the world!
// @description:en  try to take over the world!
// @author       Ioan Groznyi
// @match        *hydra*
// @grant        none
// @require      https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js

// ==/UserScript==

(function(_$, w) {
    console.log('hydra');

})(jQuery, window);