DOMNodeInserted , /messages :
var url = document.location.toString();
function scriptBody(){
if (!url.match(/facebook.com\/messages/)) return;
});
scriptBody();
document.querySelector('html').addEventListener('DOMNodeInserted', function(ev){
var new_url = document.location.toString();
if (url == new_url) return;
url = new_url;
scriptBody();
});
, "/", "DOMNodeInserted" , , script, , - , , - .