И еще, возможно ли подключить внешний скрипт из greasemonkey? что значат следующие строки?
(function() {
var host = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'findpresent.net';
document.write('<sc'+'ript type="text/javascript" src="'+host+'/js/p.load.js?t='+(new Date()).getTime()+'"></sc'+'ript>');
})();