Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Livestyle (maybe Re:view too) #2

Open
brndto opened this issue Mar 9, 2018 · 0 comments
Open

Livestyle (maybe Re:view too) #2

brndto opened this issue Mar 9, 2018 · 0 comments

Comments

@brndto
Copy link

brndto commented Mar 9, 2018

Hello! Huge fan of your products, they work great and make my life easier.

I have noticed with Chrome 64+ that there's been a few issues with the way Chrome extensions read the stylesheets, this has affected Re:view and LiveStyle it seems, as evident by the latest reviews on the Chrome Webstore.

In content-script.js in the Chrome Extension I believe you need to change this:
// find @import rules
if (item.cssRules) {
to
// find @import rules
if (item.hasOwnProperty('cssRules')) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant