Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Automatically cycle through web pages

I'm looking to put together a build monitor display that cycles through various views. Basically I'm looking for suggestions of an easy way I can get a browser to cycle through a list of urls at regular intervals.

I know I JS is an option but I'm sure there has to be a Chrome or FireFox extensions that already does this.

Any suggestions?

like image 842
BenBtg Avatar asked Oct 08 '11 19:10

BenBtg


2 Answers

https://addons.mozilla.org/de/firefox/addon/tab-slideshow/

https://chrome.google.com/webstore/detail/loepeenhjndiclafjgoackjblfhonogb

https://chrome.google.com/webstore/detail/iaehgcjemgeldahhdeafbdeglfbaecll?hl=de

?

like image 54
Andy Avatar answered Nov 11 '22 09:11

Andy


You could use a product like https://www.vuepilot.com which was built for this specific purpose. Dislaying web sites / content on screens.

You can manage the rotation lists / screen content from a central interface and have it synchronise across your screens so you don't need to do it manually.

It's for companies that have a bunch of screens around the office as you can control them all from the online dashboard without needing keyboard, mice etc.

Full disclaimer, i'm the founder of VuePilot, after writing countless scripts and web drivers, I eventually built a product that should tick all the boxes (auto start, remote control, machine sync, power management etc). It's not free, but if you have a bunch of screens to manage, it should save you time and effort.

like image 38
Cheyne Avatar answered Nov 11 '22 09:11

Cheyne