This snippit shows you the Browser resolution, Screen resolution and User Agent.
Copy the code below and add as bookmark:
javascript:(function()%7Bwindow.prompt ("Copy to clipboard: Ctrl+C, Enter", 'Browser resolution: '+window.outerWidth+'x'+window.outerHeight+' Screen resolution: '+screen.width+'x'+screen.height+' '+navigator.userAgent);%7D)()