NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name Da ScienceDaily a ScienceDaily su Google Translate
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match http://tampermonkey.net/index.php?version=4.1.10&ext=dhdg&updated=true
// @include https://www.sciencedaily.com/releases/*
// ==/UserScript==
(function() {
'use strict';
window.stop();
location.href='https://translate.google.it/#en/it/'+encodeURIComponent(location.href);
// Your code here...
})();