// ==UserScript== // @name Facebook Hide Back to Sent Messages button // @namespace http://newmediarts.ca/userscripts/fb-hidebacktosent.user.js // @description Hides the Back to Sent Messages button in your Facebook inbox messages // @include http://facebook.com/inbox/readmessage.php* // @include http://*.facebook.com/inbox/readmessage.php* // @exclude http://apps.facebook.com* // ==/UserScript== /* Written by Gabriel Mansour - http://www.gabrielmansour.com Idea (http://twitter.com/vasta/statuses/150512622) by Sameer Vasta - http://http://www.eloquation.com Created on: July 15, 2007 Last updated: July 27, 2007 Version 0.1.1 This code is released under the GNU General Public License - http://www.gnu.org/copyleft/gpl.html */ // The tag we're targetting: // document.getElementById("exit_button").style.display = "none";