c h a n g e t i t l e

try to take over the world!

// ==UserScript==
// @name         c h a n g e  t i t l e
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        
// @grant        none
// ==/UserScript==

function run(){
	document.getElementsByTagName("TITLE")[0].text ="...."

}


run();