// ==UserScript== // @name GameFAQs - Private Board invite link on message list // @namespace http://userscripts.org/scripts/source/181911.user.js // @description GameFAQs - Private Board invite link on message list descr // @include http://www.gamefaqs.com/boards/* // @version 1.3 // @grant none // @downloadURL none // ==/UserScript== var board = "848"; //Enter the board number you are admin of here var left = false; //Set this to true if you display the poster name to the left of the message, set it to false for above message //Do not edit below this line unless you know what you're doing. if (!left) { var msg_stats_arr = document.getElementsByClassName('msg_stats'); } else { var msg_stats_arr = document.getElementsByClassName('msg_stats_left'); } var user_key = document.forms[1].key.value; for (var i=0; i