Wowhead Expand Site

Expands wowhead Site (I'm too lazy to click that by myself xD)

Od 09.02.2017.. Pogledajte najnovija verzija.

// ==UserScript==
// @name         Wowhead Expand Site
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Expands wowhead Site (I'm too lazy to click that by myself xD)
// @author       @AcademicoMDP
// @match        *://*.wowhead.com/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    document.getElementById("header-expandsite").click();
})();