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

cross browser workaround for chrome.tabs.executeScripts and minor style tweaks #26

Merged
merged 2 commits into from
Jan 6, 2016

Conversation

rpl
Copy link
Member

@rpl rpl commented Jan 6, 2016

The current workaround applied on chrome.tabs.executeScript does not work on Chromium-based browsers.

This PR use an explicit absolute url which works on both Firefox and Chrome (and some minor tweaks on the stylesheet applied to the popup page)

@rpl
Copy link
Member Author

rpl commented Jan 6, 2016

@wbamberg I've just tried the "beastify" example on Iridium (a Chrome based browser) and it doesn't work because of the different url resolution.

How about using an explicit absolute url which works on both Firefox and Chrome?

wbamberg pushed a commit that referenced this pull request Jan 6, 2016
cross browser workaround for chrome.tabs.executeScripts and minor style tweaks
@wbamberg wbamberg merged commit 5eabe6d into mdn:master Jan 6, 2016
@wbamberg
Copy link

wbamberg commented Jan 6, 2016

Works great, thanks @rpl!

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.

None yet

2 participants