Twitter homepage redirect

Redirect you automatically to the homeage of twitter after the logout

// ==UserScript==
// @name        Twitter homepage redirect
// @namespace   Twitter homepage redirect
// @description Redirect you automatically to the homeage of twitter after the logout
// @include     http*://twitter.com/download?logged_out*
// @version     1
// @grant       none
// ==/UserScript==
window.location = ("https://twitter.com/")