Jump to content

Greasemonkey Changes.


hal.hockersmith

Recommended Posts

It appears (at least to me) that something is wrong with the Pandora secure server breaking the mini player. It will work if you reformat the links to the player from https://www.pandora.com:443/......  to http://www.pandora.com/.......

I have gone ahead and gotten the script working again. Simply add the following two lines to the script.

var goodcode = htmlcode.substring(pos+10,end);
    var rewrite = goodcode.replace(/https/ig, "http");
    goodcode = rewrite.replace(/com:443/ig, "com");
fix.innerHTML = goodcode;

This will get things going but will break the secure connection. This could be a problem if they are doing passwords over the connection as part of your personal tag. I will keep an eye on things. If things start working then all you have to do is comment out the lines and things will be back to normal.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...