How to set firefox full screen with addon SDK (no html5 api)? Thank you so much.
I guess you ask the F11 version of full screen.
const { getMostRecentBrowserWindow } = require('sdk/window/utils'); getMostRecentBrowserWindow().BrowserFullScreen();