Wowhead English

Changes Wowhead German Subdomain .de to English

// ==UserScript==
// @name         Wowhead English
// @namespace    http://tampermonkey.net/
// @version      1.0
// @description  Changes Wowhead German Subdomain .de to English
// @author       isitLoVe
// @match        https://de.classic.wowhead.com/*
// @grant        none
// ==/UserScript==

location.hostname = "classic.wowhead.com";