Currently i am learning writing user scripts(Greasemonkey) and I am learning javascript on the side. So if this is something very easy I would like you to bear with me since i am starting out now
Here is my situation, I have written a userscript that monitors a website and calls onclick every 3~5 mins, which gives me new data. I scan for keywords and log them but sometimes I have to change some parameters of the website when a particular keyword has arrived. For this i have to check log every now and then.
Is there a way i can update or create a remote event using userscript. so i can maybe update a different website that the keyword has arrived or upload a json to myjson which i can use it to notify me on the phone.
this way i can work on other things while waiting for the keyword.
Thank you