Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Er... Not sure. I just want to run a batch file that refreshes a web page when I run it.
-
Not sure if there's a CLI tool for chrome that does that, but it can be done with tricky ways like sending ctrl+r key to the browser or injecting js script that connects simple nodeJs or python server
-
What about using a thin html script, which gets the content of another website via Ajax httprequest. With JavaScript setTimeout, you can specify the update interval.
Cheers -
Write a little Chrome extension. Should be simple enough to reload a tab, I think. Suspect there's probably some that already do in the Store.
Anyone know how to refresh a chrome tab from a batch file?
undefined