Is it possible to inject external css files to the loaded page via PhantomJS 1.9.8 ?
I can't process HTTPS site because of lack of support TLS 1.2 on my CentOS 5.8
So, I plan to manually download all css files(https) from the target site and inject it into the page on the fly..
Could you please show me an example how can I inject css links into the loaded page via PhantomJS 1.9.8 and Java ?