Advertisement
Twilypastes

Style for Firefox Custom Profile "fullscreen"

Jul 12th, 2015
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.94 KB | None | 0 0
  1. @namespace html url(http://www.w3.org/1999/xhtml);
  2. @namespace xul url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  3. /*
  4.     Author: Twily
  5.     Description: Style for Firefox Custom Profile "fullscreen"
  6.                  Intended for use with slocker http://twily.info/slocker#Openbox
  7.                  !! Makes many UI features in Firefox inaccessible - use only for custom profile !!
  8.  
  9.  
  10.     How to make custom profile:
  11.        $ firefox -ProfileManager -no-remote
  12.     Make new profile "fullscreen"
  13.     Do not make default, only start
  14.     Install addon "Stylish"; apply this style
  15.     Press F11 (fullscreen) then exit (Alt+F4)
  16.    
  17.     How to run custom profile:
  18.        $ firefox -P "fullscreen" -no-remote ~/slideshow.html
  19.  
  20.     slideshow.html template http://pastebin.com/JDNPTSUH
  21. */
  22.  
  23. @-moz-document url(chrome://browser/content/browser.xul) {
  24.     #nav-bar, #TabsToolbar, #navigator-toolbox { display: none !important; }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement