Post Message Button below Preview on GameFAQs

Post Message Button

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==UserScript==
// @name        Post Message Button below Preview on GameFAQs
// @namespace   gamefaqs.com
// @description Post Message Button
// @include     http://www.gamefaqs.com/boards/post?*
// @version     1
// @grant       none
// ==/UserScript==

if(document.getElementsByClassName('author')[0])
{
    document.getElementsByClassName("span12")[0].innerHTML+='<br /><input class="btn btn_primary" type="button" name="post" value="Post New Message" onclick="document.getElementsByClassName(\'btn_primary\')[1].click();" />';
}