Simple web app that allowes to configure some URLs and display their content one after another. Switch time is configurable for each URL. Multiple collections are allowed. Configuration is stored in browsers local storage, and saved nowhere else.
Note: This app uses iframe
element to load content, so all its limitations are inherited.
For example, sites that have set X-Frame-Options
header will NOT work.
Electron app, which might solve that and some other issues, is still a someday plan :)
- node 10
- npm 6
MIT