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

Issue/2 #4

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Issue/2 #4

wants to merge 6 commits into from

Conversation

jamescodesthings
Copy link

@jamescodesthings jamescodesthings commented Oct 21, 2019

Fixes #2

Fixed Breakpoint detection by inlining the find breakpoint script and working through the issue(s).

Seems to be working well enough, if anyone needs a copy I've left an unsigned crx in the releases on the fork.

Noticed that findMediaBreakpoints was not working.
Worked through the issue, honestly don't remember exactly which bit fixes things.
Also updated package.json for my own use.
Also extracted findBreakpoints from external project into this one because I just wanted things working.

Could make the same/similar changes to the external project but for the purpose of just making this extension do the thing right, I'm leaving it as is.
Add 8.10.0 as engine as that's the version I found that works. 10.x was no good, neither was 12.x

Add self-contributor so that people can get in touch

Sort run scripts
@sergeche
Copy link
Member

Thanks for the contribution, but I’m not sure how this fixes the original problem.
The problem with breakpoints detection is that Chrome doesn’t allow access to CSSOM from extensions, which is used to detect breakpoints

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

Successfully merging this pull request may close these issues.

Extension not working with latest chrome update.
2 participants