NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Enviando mensagens // @namespace Céfa // @description Script usado para enviar auto-mensagens // @include * // @version 2.0.3 // @copyright 2016, IdeiasJS // @supportURL https://github.com/niwinnm/ShadowSelection/issues // @homepageURL https://github.com/niwinnm/ShadowSelection // @icon http://imageshack.com/a/img910/9717/tlnJGD.png // @oujs:author Anveshak // @match https*://www.facebook.com/messages/* // @grant none // ==/UserScript== var x =prompt("Digite a mensagem a ser enviada. ",""); document.getElementsByName('message_body')[0].value=[x];