Boost 5t3n's ego
// ==UserScript==
// @name TORN : Change content of the travel messages and other fun stuff just for a laugh
// @author Prince-5T3N [2156450]
// @description Boost 5t3n's ego
// @match https://www.torn.com/*
// @version 1.0
// @namespace https://greasyfork.org/users/874696
// ==/UserScript==
(function() {
'use strict';
window.onload = function() {
document.getElementsByClassName('inner-popup')[0].innerHTML = 'Prince-5T3N is a very clever old git who apparently loves unicorns more than aeroplanes';
document.getElementById('plane').innerHTML = '<img src="https://mir-s3-cdn-cf.behance.net/project_modules/disp/09f31754051083.5999397207a50.gif">';
}
})();