-
Notifications
You must be signed in to change notification settings - Fork 1
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
look into BabelExt #4
Comments
I'd be more than happy to answer any questions about BabelExt if you're interested in using it! I haven't written extensive documentation yet, which is why I haven't actively promoted it, but I'd be more than happy to help if I can! |
The code is currently a userscript that adds a single button to github pages. While BabelExt seems to focus on abstracting browser variances, the current userscript does pure DOM manipulation, and thus doesn't really need to worry about brwoser quirks. That being said, if you had a pipeline where you could drop a userscript into one end, and have all browser extentions build, signed, and uploaded to the various repositories, that would be useful. |
Well, BabelExt provides the necessary "boilerplate" for all 4 browsers as On Wed, Nov 28, 2012 at 1:46 PM, ironchefpython [email protected]:
|
I wondder if one could leverage existing browser automation tools (likes the ones for Selenium) to script the browser specific actions... |
@ironchefpython would BabelExt from @honestbleeps help here? It promises Chrome, Firefox, Opera, and Safari. Would obviate #2 and #3.
The text was updated successfully, but these errors were encountered: