Cameron Stokes's Blog

[ 'technologist', 'beer lover', 'foodie', 'traveler' ]

New Pandora Bookmarklet

New Pandora has launched, so it’s time for a #NewPandora bookmarklet. Here you go…

If you’re using Firefox, bookmark this link.

If you’re using Chrome, click the view source icon in the prettified code below, then copy and paste it into a new bookmark:

1
2
3
4
5
6
7
8
javascript: function pandora() {
    window.open( 'http://pandora.com/',
                 '_blank',
                 'width=850,height=120,' +
                 'scrollbars=0,location=0,menubar=0,titlebar=0,toolbar=0'
    );
}
pandora();

Enjoy.

Tech

Comments