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

How can I inject into a Safari Web Content process? #71

Open
GoogleCodeExporter opened this issue Sep 11, 2015 · 0 comments
Open

How can I inject into a Safari Web Content process? #71

GoogleCodeExporter opened this issue Sep 11, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

I would like to disable horizontal elastic scroll because it is the reason for 
jerky scrolling in Safari, scrolling even just slightly into the horizontal 
elastic area when doing a vertical trackpad scroll (with inertia) cancels the 
scroll and the page jumps back to its pre-scroll position.

The issue with loading I'm having is that com.apple.WebProcess doesn't send the 
app launch notification and in my attempt to inject manually the Apple script 
below errors with error type -10810:

tell application id "com.apple.WebProcess"
    inject SIMBL into Snow Leopard
end tell

Original issue reported on code.google.com by indieki...@gmail.com on 24 Dec 2013 at 7:39

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

No branches or pull requests

1 participant