racketlogger / ModernKiosk

Kiosk-like WebExtension for Firefox
GNU General Public License v3.0
23 stars 3 forks source link

Enable Kiosk without having a specific URL attached to the request #11

Closed Christinahoff closed 6 years ago

Christinahoff commented 6 years ago

I need to use Kiosk mode only when delivering a test to a candidate and the URL for each candidate is always different, so I'd like to be able to browse to the URL then turn on Kiosk mode.

cpg commented 6 years ago

You can do this today in two ways. Browse to the url, then either right click on the extension icon or on the screen and access the MK right-click menu. Select Set current URL as kiosk URL then start the kiosk.

I think that's what you want.