Greasy Fork is available in English.

theme_title

Add normal titles

Fra og med 10.10.2017. Se den nyeste version.

// ==UserScript==
// @name        theme_title
// @namespace   1
// @include     http://www.eador.com/B2/viewtopic.php*
// @include     http://eador.com/B2/viewtopic.php*
// @version     1
// @grant       none
// @description Add normal titles
// ==/UserScript==

document.title = document.querySelector('h1 > a.nul').text;