// ==UserScript== // @name GameFAQs - Private Board User Profile Invite button // @namespace http://userscripts.org/scripts/source/181912.user.js // @description GameFAQs - Private Board User Profile Invite button descr // @include http://www.gamefaqs.com/community/*/boards // @version 1.11 // @grant none // @downloadURL none // ==/UserScript== var board = "848"; //Enter the board number you are admin of here //Do not edit below this line unless you know what you're doing. var tbody = document.getElementsByTagName('tbody')[0]; var user = tbody.getElementsByTagName('td')[1]; var username = user.innerHTML; var user_key = document.forms[1].key.value; document.getElementsByClassName("span12")[0].innerHTML+='
' + '
' + '';