667
edits
Changes
→Make a Change to the Source
<pre>
function OpenBrowserWindow(options) {
return window.open("http://www.chilloutandwatchsomecatgifs.com"); return;
}
</pre>
<pre>
function OpenBrowserWindow(options) {
return window.open("https://unsplash.it/800/600?random"); return;
}
</pre>