[Bug] Load, reload, oops! no Stylish
In Firefox 25,
This isn't happening in Chrome. This is happening in Chrome as well. And now it isn't. [grr!]
- Load a style page, say http://userstyles.org/styles/96293
Page says "Install with Stylish" - all is well - Open a new tab, load the same page.
Page says "To use this style, install Stylish" - no, that's not right. - Restart Firefox - no joy.
- For many styles I'm not given the option to "Install" at all - just "To use this style, install Stylish"
This isn't happening in Chrome. This is happening in Chrome as well. And now it isn't. [grr!]
Comments
I recently changed the JS around, potentially there's a timing thing, but I've never seen any problems.
For now I'm forcing the Install button with so it isn't currently more than a nuisance.
The site will log things out to the console related to this... maybe check what it says?
Three images are still 404: https://723d.https.cdn.softlayer.net/images/good.gif, /images/bad.gif, /images/ok.png.
The path in CSS are wrong though, should be url(../images/good.gif), not url(/images/good.gif)
https://github.com/JasonBarnabe/userstyles/blob/master/app/assets/stylesheets/userstyles.css#L535-L545
because stylesheet path has moved to /80723D/static.userstyles.org/assets/
As you can probably guess, the site's going to be switching to https soon. Moving to an HTTPS URL for the CDN was one step in that process.