4
I want to make a web scraping that reads an XML page and takes a certain value that is in "name", but, I do not know exactly if it is possible - I only found in how to do with Nodejs -, is it possible to do with pure JS? No external libraries and/or frameworks?
It will be for an addon script, when I understand better, I will try and if it does not work, I do gambiarras, it is interdisciplinary work, I think it will not apply.
– rogue_psycho
What exactly are the requirements?
– Pablo Almeida
My idea for addon `and read the dates and titles of the posts, which are on this site: http://feed43.com/ufs.xml and, if you have any on the date that the user will select, show the title and link.
– rogue_psycho
It’s... There are no safe ways or ways that don’t involve creating a proxy server to do what you want to do in a browser. I think it’s time to change plans. :(
– Pablo Almeida
@Pabloalmeida Extensions are not limited to the same origin policy https://developer.chrome.com/extensions/xhr
– rodorgas