letsgetrandy / DICSS

Directly injected CSS
http://letsgetrandy.github.io/DICSS/
MIT License
1.35k stars 72 forks source link

Coupling issue #60

Open martinph opened 8 years ago

martinph commented 8 years ago

I've tried coupling my Binary Access Link Layer Service while injecting DICSS directly into the head, but it always prematurely exits. Any known issues about this?

nickiannone commented 8 years ago

I think this is a known issue. DICSS and BALLS tend to have conflicts when injected together; this is because BALLS is much more sensitive and lower-level than DICSS, and they tend to get in each other's way in terms of registering touch events. I think there is a workaround if you alternate between injecting DICSS and BALLS into the head.

martinph commented 8 years ago

Thanks. In the end I just injected the DICSS into the body and the BALLS in to the head (it was a stretch, but it worked). Had to rewire my BALLS though to try and stop all the child processes being spawned.