text browser mit java script?

---

sudo apt-get install python-selenium # or sudo yum install python-selenium
wget https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-i686.tar.bz2
tar -jxvf phantomjs-2.1.1-linux-i686.tar.bz2
cd phantomjs-2.1.1-linux-i686/
sudo mv bin/phantomjs /usr/local/bin/
cd ..
sudo apt-get install python-tornado # or sudo pip-install tornado
wget http://people.ds.cam.ac.uk/ssb22/adjuster/adjuster.py
#python adjuster.py –PhantomJS –real_proxy
python adjuster.py –real_proxy –js-interpreter=PhantomJS
# to test >> npm -g install hermit && google-chrome –headless –disable-gpu –dump-dom https://javatester.org/javascript.html | hermit

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>