Skip to content

Using WebviewScreenSaver to show full screen Google Analytics

Gabe Ghearing edited this page Feb 16, 2015 · 1 revision

The easiest way to show full screen Google Analytics as a screensaver is to use a bookmarklet. Make the following Javascript code execute after loading the Google Analytics Screen you want to use by pasting this as one of the addresses to use.

javascript:var div=document.getElementById('ID-headerBar');if(div) div=div.style;if(div) void(div.display=(div.display=='none')?'block':'none');var div=document.getElementById('ID-header');if(div) div=div.style;if(div) void(div.display=(div.display=='none')?'block':'none');document.getElementById("ID-navToggle").click();

This will hide the top and left bars. I let the original page load for 5 seconds, but if you are on a slower connection you may need to allow for a longer time.

Options Window

Effect

Clone this wiki locally