leonardo.corsettigmail.com / Click su traduci di Google translate

// ==UserScript==
// @name         Click su traduci di Google translate
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You

// @include        https://translate.google.it/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    
    ctr._submitUrl(true);
    // Your code here...
})();