Remove Firefox 60 new tab upon opening Firefox?

User Help for Mozilla Firefox
Post Reply
User avatar
scd
Posts: 64
Joined: October 8th, 2004, 1:28 pm
Location: Calif.
Contact:

Remove Firefox 60 new tab upon opening Firefox?

Post by scd »

Hey Folks,

Just update to FF 60 ESR and want to find out how to remove the new tab when I open FF so that it's just a blank page until I click on a link and THEN it opens a tab....HOW DO I DO THIS??!! :-k

Thanks,

Clint
Your Portion Of Light:

Whether you are a brilliant flame or but a tiny spark matters not-for the world needs whatever portion of light is yours to give.
User avatar
DanRaisch
Moderator
Posts: 127230
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Remove Firefox 60 new tab upon opening Firefox?

Post by DanRaisch »

Not sure if this is the same in 60ESR as it is in 62.0 but try menu path Tools->Options->Home->New tabs->select "Blank page" from the drop down list.
User avatar
scd
Posts: 64
Joined: October 8th, 2004, 1:28 pm
Location: Calif.
Contact:

Re: Remove Firefox 60 new tab upon opening Firefox?

Post by scd »

Nope, that doesn't get rid of it....still there when I open FF...I think it might be a setting in about:config but WHICH ONE has me LOST!
Your Portion Of Light:

Whether you are a brilliant flame or but a tiny spark matters not-for the world needs whatever portion of light is yours to give.
User avatar
DanRaisch
Moderator
Posts: 127230
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Remove Firefox 60 new tab upon opening Firefox?

Post by DanRaisch »

Oops, you're talking about when Firefox launches. Try menu path Tools->Options->Home->Home page and new windows->select "Blank page" from the drop down list.
User avatar
jscher2000
Posts: 11762
Joined: December 19th, 2004, 12:26 am
Location: Silicon Valley, CA USA
Contact:

Re: Remove Firefox 60 new tab upon opening Firefox?

Post by jscher2000 »

The old selector to change your startup page to a blank page independent of your home page and new tab page settings is gone from the Options page, but the underlying preference remains available:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful or accepting the risk.

(2) In the search box above the list, type or paste startup and pause while the list is filtered

(3) Double-click the browser.startup.page preference to display a dialog where you can enter '''0''' (that's a zero), then click OK

See: http://kb.mozillazine.org/Browser.startup.page
User avatar
scd
Posts: 64
Joined: October 8th, 2004, 1:28 pm
Location: Calif.
Contact:

Re: Remove Firefox 60 new tab upon opening Firefox?

Post by scd »

jscher2000 wrote:The old selector to change your startup page to a blank page independent of your home page and new tab page settings is gone from the Options page, but the underlying preference remains available:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful or accepting the risk.

(2) In the search box above the list, type or paste startup and pause while the list is filtered

(3) Double-click the browser.startup.page preference to display a dialog where you can enter '''0''' (that's a zero), then click OK

See: http://kb.mozillazine.org/Browser.startup.page
Tried that and I'm still getting a tab when I start firefox......I'm running a custom USER CHROME file and I'm wondering is this could be a source of the issue? Here's what I have it set to now:

/* Firefox Quantum userChrome.css tweaks ********************************************************/
/* code mostly taken from 'Classic Theme Restorer' & 'Classic Toolbar Buttons' add-ons **********/
/* Github: https://github.com/aris-t2/customcssforfx ********************************************/
/************************************************************************************************/

/************************************************************************************************/
/* Custom CSS for Firefox 60+ *******************************************************************/
/* version 2.0.4 ********************************************************************************/
/************************************************************************************************/

/*************************************************************************************************

README

Finding profile folder: address bar > about:support > Profile Folder > Open Folder
CSS files and sub-folders belong into \PROFILEFOLDER\chrome\ directory.
\chrome\config\
\chrome\css\
\chrome\image\
\chrome\userChrome.css
\chrome\userContent.css

ENABLING options: remove the combination of / and * before '@import'
DISABLING options: add the combination of / and * before '@import'

FIREFOX BUGS (nothing CSS code can do about):
- some '@import' calls might not work properly on macOS and Linux
- some '@import' calls might not work properly, if multi-process mode (e10s) is disabled
- in both cases CSS code has to be added to userChrome.css file manually

macOS issues / glitches / fixes -> look for 'macOS fix' additions inside this file
- tabs toolbar spaces in 'toolbars' category
- tabs not on top mode in 'tabs toolbar position' category
- page context items in 'general ui' category

Some CSS tweaks won't work, if '@namespace' references are used inside '.css' files!

EXPERIMENTAL settings are for testing only!

GENERAL SUPPORT / DISCUSSION THREAD: github.com/Aris-t2/CustomCSSforFx/issues/133

All options have significant categories and names.

BASIC OVERVIEW - settings this file contains:
CONFIGURATION FILES
- general variables / color variables (default browser theme only)
TOOLBAR BUTTONS
- toolbar button / icon appearance
- bookmarks menu button / popup
- other button settings
- custom BACK and FORWARD buttons appearance
- APPLICATION/HAMBURGER BUTTON
-- visibility / popup
-- buttons appearance on navigation toolbar / in Firefox titlebar
TABS
- custom tab appearance / old squared tabs
- TABS TOOLBAR POSITION
-- below titlebar / navigation and bookmarks toolbar / main content
- TAB TEXT - colors/shadow/weight/style for default/active/hovered/unloaded tabs
- MULTIROW / multi lined tabs
- TAB TITLE IN FIREFOX TITLEBAR
- empty tab favicon / custom tab loading animation / tab close icon settings
- settings for DEFAULT TABS / other tab settings
GENERAL UI
- general settings / close icons / page context menu items
- overflow menu / sidebar / findbar
- SEARCHBAR
-- general settings for default search
-- OLD SEARCH + old search 'about:config' settings
- MENUBARS bookmarks menu popup items
TOOLBARS
- ADDONS BAR (simulated bottoms toolbar)
- GENERAL TOOLBAR settings
-- toolbar context menu settings
- MENUBAR settings
- bookmarks toolbar settings
- BOOKMARKS TOOLBAR - MULTIPLE LINES
- AeroGlass TOOLBARS / WIN10 fix for GLASS8
- TOOLBAR TEXT MODES
-- icons+text / text only
LOCATION BAR / urlbar / awesomebar
- general location bar tweaks / identity box / padlock icons icon/button tweaks
- 'autocomplete popup' appearance / result item settings/appearance


*************************************************************************************************/

/************************************************************************************************/
/* CONFIGURATION FILES - edit target files to change general values *****************************/
/************************************************************************************************/

/* GENERAL VARIABLES ****************************************************************************/
/* [!] set global variables for font and tab size options and more inside target file ***********/
@import "./config/general_variables.css"; /**/

/* COLOR VARIABLES FOR DEFAULT BROWSER THEME ONLY - MAIN UI - [only use one at a time] **********/
/* [!] set own colors for tabs & toolbars inside 'color_variables.css' or use available presets */
/*@import "./config/color_variables.css"; /**/ /* <- default 'grey' colors */
@import "./config/color_variables_aero.css"; /**/ /* <- 'AeroBlue' colors (Win 7 Aero) */
/* @import "./config/color_variables_classic-grey.css"; /**/ /* <- 'classic grey' colors (Win Classic) */
/* @import "./config/color_variables_fx3.css"; /**/ /* <- 'Firefox 3-like' blueish colors */
/* @import "./config/color_variables_transparent.css"; /**/ /* <- (semi-)'transparent' colors */
/* @import "./config/color_variables_aeroglass.css"; /**/ /* <- 'AeroGlass' colors / Win10+Glass8 fix can be found in 'toolbars' area */

/* Darker "Dark" default theme - [only use one at a time] ***************************************/
/* @import "./css/toolbars/default_dark_theme_darker.css"; /**/
/* @import "./css/toolbars/default_dark_theme_darker_v2.css"; /**/


/************************************************************************************************/
/* TOOLBAR BUTTONS ******************************************************************************/
/************************************************************************************************/

/* navigation toolbar buttons appearance - [only use one at a time] *****************************/
/*@import "./css/buttons/buttons_on_navbar_classic_appearance.css"; /**/
@import "./css/buttons/buttons_on_navbar_classic_appearance_v2.css"; /**/
/* @import "./css/buttons/buttons_on_navbar_glass_appearance.css"; /* <--- good for Dark themes */
/* @import "./css/buttons/buttons_on_navbar_osx_appearance.css"; /**/

/* navigation toolbar buttons - button roundness (edit file to set different roundness) *********/
/* @import "./css/buttons/buttons_on_navbar_button_roundness.css"; /**/

/* squared buttons / button size - [only use one at a time] *************************************/
/* rectangular shape - normal size **************************************************************/
/* @import "./css/buttons/buttons_on_navbar_squared_buttons.css"; /**/
/* normal shape - large size (huge 48x48px buttons with 36x36px icons) **************************/
/* [!] not compatible with 'custom icon' options ************************************************/
/* [!] not compatible with 'custom back & forward buttons' appearance options *******************/
/* [!] not compatible with 'text mode' option ***************************************************/
/* [!] partly compatible with 'icons+text' option, if in 'compact mode' *************************/
/* @import "./css/buttons/butons_on_navbar_huge_48px_size.css"; /**/ /* <--- EXPERIMENTAL */

/* smaller button spaces in 'compact' mode - 'Classic Toolbar Buttons' add-ons 'small' mode *****/
/* @import "./css/buttons/buttons_on_navbar_more_compact_mode.css"; /**/

/* icon appearance - [only use one at a time] (custom icons do not scale in HiDPI modes) ********/
@import "./css/buttons/icons_colorized.css"; /**/
/* @import "./css/buttons/icons_white_icons.css"; /**/
/* @import "./css/buttons/icons_custom_icons.css"; /**/ /* aka "Mozilla Mix" from CTB */
/* @import "./css/buttons/icons_custom_icons_fx1.css"; /**/
/* @import "./css/buttons/icons_custom_icons_fx2.css"; /**/
/* @import "./css/buttons/icons_custom_icons_fx3.css"; /**/
/* @import "./css/buttons/icons_custom_icons_fx3strata.css"; /**/
/* @import "./css/buttons/icons_custom_icons_fx12_colorized.css"; /**/
/* @import "./css/buttons/icons_custom_icons_crystal.css"; /**/
/* @import "./css/buttons/icons_custom_icons_firebird.css"; /**/
/* @import "./css/buttons/icons_custom_icons_kempelton.css"; /**/
@import "./css/buttons/icons_custom_icons_noia.css"; /**/
/* @import "./css/buttons/icons_custom_icons_ie6.css"; /**/
/* @import "./css/buttons/icons_custom_icons_seamonkey.css"; /**/
/* @import "./css/buttons/icons_custom_icons_old_chrome.css"; /**/
/* @import "./css/buttons/icons_custom_icons_old_osx.css"; /**/
/* @import "./css/buttons/icons_custom_icons_tango.css"; /**/
/* @import "./css/buttons/icons_custom_icons_fx45.css"; /**/
/* @import "./css/buttons/icons_custom_icons_fx45_inverted.css"; /**/

/* bookmarks toolbar - buttons appearance - [only use one at a time] ****************************/
/* old bookmarks toolbar button appearance ******************************************************/
@import "./css/buttons/buttons_on_bookmarks_toolbar_old_size_and_appearance.css"; /**/ /* Windows only */
/* @import "./css/buttons/buttons_on_bookmarks_toolbar_classic_appearance.css"; /**/
/* @import "./css/buttons/buttons_on_bookmarks_toolbar_classic_appearance_items.css"; /**/

/* bookmarks menu button - 'button & popup' appearance ******************************************/
@import "./css/buttons/bookmarks_menu_button_localized_label_on_bookmarks_toolbar.css"; /**/
/* @import "./css/buttons/bookmarks_menu_button_popup_sidebar_item_hidden.css"; /**/
/* @import "./css/buttons/bookmarks_menu_button_popup_toolbar_item_hidden.css"; /**/
/* @import "./css/buttons/bookmarks_menu_button_popup_other_item_hidden.css"; /**/
/* popup appearance *****************************************************************************/
@import "./css/buttons/bookmarks_menu_button_popup_classic_appearance.css"; /**/

/* menubar - toolbar button appearance **********************************************************/
/* @import "./css/buttons/buttons_on_menubar_toolbar_classic_appearance.css"; /**/

/* other button settings ************************************************************************/
/* @import "./css/buttons/forward_button_hide_when_disabled.css"; /**/
/* @import "./css/buttons/back_and_forward_separated_history_popups.css"; /**/
/* @import "./css/buttons/back_and_forward_leftclick_history_popup_hidden.css"; /**/
/* @import "./css/buttons/zoom_buttons_hide_reset.css"; /**/
/* @import "./css/buttons/overflow_button_rotate_on_open.css"; /**/
/* @import "./css/buttons/button_popup_panelarrow_hidden.css"; /**/

/* CUSTOM BACK & FORWARD BUTTONS appearance - [only use one at a time] **************************/
/* @import "./css/buttons/custom_backforward_connected_to_location_bar.css"; /**/
/* @import "./css/buttons/custom_backforward_connected_to_location_bar_aero.css"; /**/ /* <-- AERO colors */
/* @import "./css/buttons/custom_backforward_large_ff2.css"; /**/
/* @import "./css/buttons/custom_backforward_large_ff3.css"; /**/
/* @import "./css/buttons/custom_backforward_large_ff3_strata.css"; /**/
/* @import "./css/buttons/custom_backforward_large_ff3_strata_orange.css"; /**/
/* @import "./css/buttons/custom_backforward_large_ff3_strata_red.css"; /**/
/* @import "./css/buttons/custom_backforward_large_ie8.css"; /**/
/* @import "./css/buttons/custom_backforward_large_ie9.css"; /**/
/* @import "./css/buttons/custom_backforward_large_kempelton.css"; /**/
/* @import "./css/buttons/custom_backforward_small_ff3.css"; /**/
/* @import "./css/buttons/custom_backforward_small_ff3_strata.css"; /**/
/* @import "./css/buttons/custom_backforward_small_ff3_strata_orange.css"; /**/
/* @import "./css/buttons/custom_backforward_small_ff3_strata_red.css"; /**/
/* @import "./css/buttons/custom_backforward_small_ie8.css"; /**/
/* @import "./css/buttons/custom_backforward_small_ie9.css"; /**/
/* @import "./css/buttons/custom_backforward_small_kempelton.css"; /**/


/************************************************************************************************/
/* APPLICATION/HAMBURGER BUTTON *****************************************************************/
/************************************************************************************************/

/* application/hamburger button hidden - disable all other appbutton options when using this ****/
/* @import "./css/buttons/appbutton_hidden.css"; /**/

/* application/hamburger button popup ***********************************************************/
@import "./css/buttons/appbutton_popup_more_icons.css"; /**/
@import "./css/buttons/appbutton_popup_icons_colorized.css"; /**/
/* @import "./css/buttons/appbutton_popup_sync_hidden.css"; /**/
/* @import "./css/buttons/appbutton_popup_trackingprotection_hidden.css"; /**/
/* @import "./css/buttons/appbutton_popup_panelarrow_hidden.css"; /**/

/************************************************************************************************/
/* button on navigation toolbar *****************************************************************/
/************************************************************************************************/

/* @import "./css/buttons/appbutton_on_navbar_start_position.css"; /**/
/* @import "./css/buttons/appbutton_on_navbar_separator_hidden.css"; /**/

/* button color - [only use one at a time] ******************************************************/
/* @import "./css/buttons/appbutton_on_navbar_color_autocolor.css"; /**/
/* @import "./css/buttons/appbutton_on_navbar_color_autocolor57p.css"; /**/
/* @import "./css/buttons/appbutton_on_navbar_color_orange.css"; /**/
/* @import "./css/buttons/appbutton_on_navbar_color_aurora.css"; /**/
/* @import "./css/buttons/appbutton_on_navbar_color_nightly.css"; /**/
/* @import "./css/buttons/appbutton_on_navbar_color_deved57p.css"; /**/
/* @import "./css/buttons/appbutton_on_navbar_color_nightly57p.css"; /**/
/* @import "./css/buttons/appbutton_on_navbar_color_palemoon.css"; /**/

/* button icon - [only use one at a time] *******************************************************/
/* @import "./css/buttons/appbutton_on_navbar_icon_white.css"; /**/
/* @import "./css/buttons/appbutton_on_navbar_icon_dark.css"; /**/
/* @import "./css/buttons/appbutton_on_navbar_icon_grey.css"; /**/
/* @import "./css/buttons/appbutton_on_navbar_icon_browser_logo.css"; /**/

/* button label (show label besides icon) *******************************************************/
/* @import "./css/buttons/appbutton_on_navbar_icon_and_label.css"; /**/


/************************************************************************************************/
/* button in Firefox titlebar *******************************************************************/
/************************************************************************************************/

/* button in titlebar - [only use one at a time] ************************************************/
@import "./css/buttons/appbutton_in_titlebar.css"; /**/ /* <-- label only */
/* @import "./css/buttons/appbutton_in_titlebar_icon_only.css"; /**/
/* @import "./css/buttons/appbutton_in_titlebar_icon_only_dark.css"; /**/
/* @import "./css/buttons/appbutton_in_titlebar_icon_only_grey.css"; /**/
/* @import "./css/buttons/appbutton_in_titlebar_icon_only_browser_logo.css"; /**/
/* @import "./css/buttons/appbutton_in_titlebar_label_and_icon.css"; /**/
/* @import "./css/buttons/appbutton_in_titlebar_label_and_icon_dark.css"; /**/
/* @import "./css/buttons/appbutton_in_titlebar_label_and_icon_grey.css"; /**/
/* @import "./css/buttons/appbutton_in_titlebar_label_and_icon_browser_logo.css"; /**/

/* button color - [only use one at a time] ******************************************************/
@import "./css/buttons/appbutton_in_titlebar_autocolor.css"; /**/
/* @import "./css/buttons/appbutton_in_titlebar_autocolor57p.css"; /**/
/* @import "./css/buttons/appbutton_in_titlebar_transparent.css"; /**/
/* @import "./css/buttons/appbutton_in_titlebar_semi_transparent.css"; /**/
/* @import "./css/buttons/appbutton_in_titlebar_aurora.css"; /**/
/* @import "./css/buttons/appbutton_in_titlebar_nightly.css"; /**/
/* @import "./css/buttons/appbutton_in_titlebar_deved57p.css"; /**/
/* @import "./css/buttons/appbutton_in_titlebar_nightly57p.css"; /**/
/* @import "./css/buttons/appbutton_in_titlebar_palemoon.css"; /**/


/************************************************************************************************/
/* TABS - appearance and position ***************************************************************/
/************************************************************************************************/

/* custom tab appearance - [only use one at a time] *********************************************/
@import "./css/tabs/classic_squared_tabs.css"; /**/
/* @import "./css/tabs/classic_squared_tabs_australized.css"; /**/

/* custom tab colors are set inside color_variables***.css file(s) ******************************/

/* remove top corner roundness ******************************************************************/
/* @import "./css/tabs/classic_squared_tabs_fully_squared.css"; /**/

/************************************************************************************************/
/* TABS TOOLBAR POSITION (below titlebar / below navigation toolbar / below main content) *******/
/************************************************************************************************/

/* [only use one at a time] - below titlebar OR below navigation bar OR below main content ******/
/* - TABS BELOW TITLEBAR (Fx56-like) ************************************************************/
/* @import "./css/tabs/tabs_below_titlebar_above_navigation_toolbar.css"; /**/
/* - TABS BELOW NAVIGATION AND BOOKMARKS TOOLBARS (tabs not on top) *****************************/
@import "./css/tabs/tabs_below_navigation_toolbar.css"; /**/ /* <-- tabs not on top */
/* @import "./css/tabs/tabs_below_navigation_toolbar_macOS_fix.css"; /**/ /* <-- macOS fix */
/* - TABS BELOW MAIN CONTENT (tabs on bottom) - EXPERIMENTAL ************************************/
/* [!] SUPPORT THREAD: https://github.com/aris-t2/customcssforfx/issues/33 **********************/
/* [!] not compatible to 'tabs toolbar - multiple tab lines' option *****************************/
/* [!] not compatible to 'toolbars - add-on bar (simulated add-on bar)' option ******************/
/* @import "./css/tabs/tabs_below_main_content.css"; /**/ /* <--- EXPERIMENTAL */
/* - MOVE NAVIGATION TOOLBAR TO HIGHER POSITON (tabs not on top) - [only use one at a time] *****/
/* @import "./css/tabs/tabs_below_navigation_toolbar_higher_navbar_positon.css"; /**/ /* <--- EXPERIMENTAL */
/* @import "./css/tabs/tabs_below_navigation_toolbar_higher_navbar_positon_with_appbutton.css"; /**/ /* <--- EXPERIMENTAL */
/* @import "./css/tabs/tabs_below_navigation_toolbar_higher_navbar_positon_with_appbutton_icon_only.css"; /**/ /* <--- EXPERIMENTAL */
/************************************************************************************************/


/* TAB BACKGROUND COLORS for default/active/hovered/unloaded tabs and 'new tab' tab *************/
/* edit target file to set own custom colors ****************************************************/
/* @import "./config/custom_tab_color_settings.css"; /**/
/* TAB TEXT colors/shadow/weight/style for default/active/hovered/unloaded tabs *****************/
/* edit target file to set own custom colors ****************************************************/
/* @import "./config/custom_tab_text_settings.css"; /**/

/* MULTIROW / multi lined tabs - [only use one at a time] ***************************************/
/* [!] SUPPORT THREAD: https://github.com/aris-t2/customcssforfx/issues/39 **********************/
/* [!] BUG: dragging tabs does not work properly with multi lined tabs **************************/
/* [!] for v1 see https://00.bulog.jp/archives/1476 *********************************************/
/* [!] for v2 see https://www.reddit.com/r/FirefoxCSS/com ... s_in_ff57/ ****/
/* [!] not compatible to 'tabs toolbar - below main content' option *****************************/
/* @import "./css/tabs/tabs_multiple_lines.css"; /**/ /* <--- EXPERIMENTAL */
/* @import "./css/tabs/tabs_multiple_lines_v2.css"; /**/ /* <--- EXPERIMENTAL */

/* TAB TITLE IN FIREFOX TITLEBAR (Windows only) *************************************************/
/* [!] some internal pages only show default browser title **************************************/
/* [!] might not always work correctly **********************************************************/
/* @import "./css/tabs/tab_title_in_firefox_titlebar.css"; /**/
/* @import "./css/tabs/tab_title_in_firefox_titlebar_centered.css"; /**/

/* restore empty/missing tab favicon - [only use one at a time] *********************************/
@import "./css/tabs/missing_tab_favicon_restored_default.css"; /**/
/* @import "./css/tabs/missing_tab_favicon_restored_globe_v2.css"; /**/
/* @import "./css/tabs/missing_tab_favicon_restored_sheet.css"; /**/
/* @import "./css/tabs/missing_tab_favicon_restored_dotted.css"; /**/
/* @import "./css/tabs/missing_tab_favicon_restored_dotted_white.css"; /**/

/* custom tab loading animation - [only use one at a time] **************************************/
/* @import "./css/tabs/tab_throbber_blue_fx56.css"; /**/
/* @import "./css/tabs/tab_throbber_blue.css"; /**/
/* @import "./css/tabs/tab_throbber_grey_classic.css"; /**/
/* @import "./css/tabs/tab_throbber_green.css"; /**/
/* @import "./css/tabs/tab_throbber_orange_ubuntu.css"; /**/

/* tab close icon settings - [only use one at a time] *******************************************/
@import "./css/tabs/tab_close_always_visible.css"; /**/
/* @import "./css/tabs/tab_close_on_active_tab_only.css"; /**/
/* @import "./css/tabs/tab_close_show_on_hover_only.css"; /**/
/* @import "./css/tabs/tab_close_hidden.css"; /**/
/* @import "./css/tabs/tab_close_hidden_for_only_one_visible_tab.css"; /**/
/* @import "./css/tabs/tab_close_at_tabs_start.css"; /**/
/* @import "./css/tabs/tab_close_icon_size.css"; /**/

/* tab title - [only use one at a time] *********************************************************/
/* @import "./css/tabs/tab_title_left.css"; /**/
/* @import "./css/tabs/tab_title_centered.css"; /**/
/* @import "./css/tabs/tab_title_right.css"; /**/

/* DEFAULT TABS - use only, if 'classic squared tabs' are disabled ******************************/
/* @import "./css/tabs/default_tabs_tab_border.css"; /**/
/* @import "./css/tabs/default_tabs_round_top_borders.css"; /**/
/* @import "./css/tabs/default_tabs_tab_containers_full_line.css"; /**/
/* tab background/color settings - [only use one at a time] *************************************/
/* @import "./css/tabs/default_tabs_tab_background_appearance.css"; /**/
/* tab line settings - [only use one at a time] *************************************************/
/* @import "./css/tabs/default_tabs_no_tab_line.css"; /**/
/* @import "./css/tabs/default_tabs_static_tab_line.css"; /**/
/* @import "./css/tabs/default_tabs_tab_line_purple_in_private_mode.css"; /**/

/* other tab settings ***************************************************************************/
@import "./css/tabs/tab_icon_colors.css"; /**/
/* @import "./css/tabs/newtab_button_always_visible.css"; /**/
/* @import "./css/tabs/tab_icon_inactive_tabs_lower_opacity.css"; /**/
/* @import "./css/tabs/tab_maxwidth.css"; /**/
/* @import "./css/tabs/tab_titles_remove_blur.css"; /**/
/* @import "./css/tabs/alltabs_button_always_visible.css"; /**/
/* @import "./css/tabs/pinnedtab_empty_favicon_hidden.css"; /**/
/* edit target file to select which items to hide ***********************************************/
/* @import "./css/tabs/tab_context_menuitems_visibility.css"; /**/


/************************************************************************************************/
/* GENERAL UI ***********************************************************************************/
/************************************************************************************************/

@import "./css/generalui/private_mode_indicator_hidden.css"; /**/
@import "./css/generalui/bookmark_icons_colorized.css"; /**/
/* @import "./css/generalui/bookmarks_smaller_more_bookmarks_icon.css"; /**/
/* @import "./css/generalui/send_to_device_menuitems_hidden.css"; /**/
/* @import "./css/generalui/set_as_desktop_background_menuitems_hidden.css"; /**/
/* @import "./css/generalui/popup_animation_fade_time_reduced.css"; /**/
/* @import "./css/generalui/popup_items_hover_appearance_aero.css"; /**/
/* @import "./css/generalui/increase_ui_font_size.css"; /**/
/* @import "./css/generalui/flex_space_on_navbar_replace_with_separator.css"; /**/

/* overflow menu - [only use one at a time] *****************************************************/
/* @import "./css/generalui/overflow_menu_remove_text.css"; /**/
/* @import "./css/generalui/overflow_menu_horizontal_remove_text.css"; /**/

/* sidebar **************************************************************************************/
/* @import "./css/generalui/sidebar_width_unrestricted.css"; /**/
/* @import "./css/generalui/sidebar_header_icons_colorized.css"; /**/
/* @import "./css/generalui/sidebar_header_lwtheme.css"; /**/
/* sidebar appearance - [only use one at a time] ************************************************/
/* @import "./css/generalui/sidebar_appearance_dark.css"; /**/
/* @import "./css/generalui/sidebar_appearance_lwtheme_bright.css"; /**/
/* @import "./css/generalui/sidebar_appearance_lwtheme_dark.css"; /**/

/* findbar **************************************************************************************/
/* @import "./css/generalui/findbar_on_top.css"; /**/
/* @import "./css/generalui/findbar_show_full_quickfindbar.css"; /**/
/* findbar - close icon position - [only use one at a time] *************************************/
/* @import "./css/generalui/findbar_on_top_close_at_findbars_start.css"; /**/
/* @import "./css/generalui/findbar_on_bottom_close_at_findbars_start.css"; /**/

/* page context menu items: 'back', 'forward', 'reload', 'stop', 'bookmarks' ********************/
/* @import "./css/generalui/context_bfrsb_icons_colorized.css"; /**/
/* menuitem labels - [only use one at a time] ***************************************************/
@import "./css/generalui/context_bfrsb_labels_without_icons.css"; /**/
/* @import "./css/generalui/context_bfrsb_labels_with_icons.css"; /**/
/* @import "./css/generalui/context_bfrsb_labels_with_and_without_icons_Lin_macOS.css"; /**/ /* <-- Lin/macOS fix v1 */
/* @import "./css/generalui/context_bfrsb_labels_with_and_without_icons_Lin_macOSv2.css"; /**/ /* <-- Lin/macOS fix v2 */

/* close icons for general ui and tabs - [only use one at a time] *******************************/
/* @import "./css/generalui/close_icon_windows7.css"; /**/
/* @import "./css/generalui/close_icon_windows7inverted.css"; /**/
/* @import "./css/generalui/close_icon_windows7v2.css"; /**/
/* @import "./css/generalui/close_icon_gchrome.css"; /**/
/* @import "./css/generalui/close_icon_red.css"; /**/
/* @import "./css/generalui/close_icon_windows10.css"; /**/
/* @import "./css/generalui/close_icon_windows10inverted.css"; /**/
/* @import "./css/generalui/close_icon_windows10red.css"; /**/
/* @import "./css/generalui/close_icon_windows10redv2.css"; /**/
/* @import "./css/generalui/close_icon_firefox3.css"; /**/

/* SEARCHBAR ************************************************************************************/
@import "./css/generalui/searchbar_glassplus_indicator_hidden.css"; /**/
/* @import "./css/generalui/searchbar_go_button_hidden.css"; /**/

/* searchbar popup ******************************************************************************/
/* @import "./css/generalui/searchbar_popup_current_engine_hidden.css"; /**/
/* searchbar popup - search engine settings - [only use one at a time] **************************/
/* @import "./css/generalui/searchbar_popup_engines_hidden.css"; /**/
/* @import "./css/generalui/searchbar_popup_engines_show_labels.css"; /**/
/* @import "./css/generalui/searchbar_popup_engines_show_labels_scrollbars.css"; /**/

/* OLD SEARCH ***********************************************************************************/ /* <--- OLD SEARCH */
/* NOTE: 'Old search' will stop working when Mozilla drops XBL support. **************************
See https://bugzilla.mozilla.org/show_bug.cgi?id=1397874 ******************************/
/* [!] 'about:config > browser.search.openintab': open search in current or new tab *************/
/* [!] 'about:config > browser.search.suggest.enabled': search suggestions visibility ***********/
/* [!] 'about:config > browser.oldsearch.customwidth': enables custom popup width ***************/
/* [!] 'about:config > browser.oldsearch.customwidthvalue': custom popup width value ************/
/* [!] 'about:config > browser.oldsearch.clearinput': clear searchbox after search **************/
/* [!] 'about:config > browser.oldsearch.reverttodefault': revert to first engine after search **/
/* [!] Shift + click on search glass: search opens in a new window ******************************/
/* [!] Ctrl/Cmd + click on search glass: search opens in a new tab ******************************/
/* [!] SUPPORT THREAD: https://github.com/aris-t2/customcssforfx/issues/104 *********************/
/* [!] Code changes in Firefox 63 are not backwards compatible with Fx 60. **********************/
/* [!] Firefox 61 and 62 are compatible with both options code wise. ****************************/
/* @import "./css/generalui/oldsearch60.css"; /**/ /* <--- use this for Fx 60-62 */
/* @import "./css/generalui/oldsearch.css"; /**/ /* <--- use this for Fx 61-63+ */

/* MENUBARS bookmarks popup (not compatible to macOS/Linux) *************************************/
/* @import "./css/generalui/menubar_bookmarks_popup_bookmark_page_item_hidden.css"; /**/
/* @import "./css/generalui/menubar_bookmarks_popup_subscribe_item_hidden.css"; /**/
/* @import "./css/generalui/menubar_bookmarks_popup_toolbar_item_hidden.css"; /**/
/* @import "./css/generalui/menubar_bookmarks_popup_other_item_hidden.css"; /**/


/************************************************************************************************/
/* TOOLBARS *************************************************************************************/
/************************************************************************************************/

/* ADDON BAR - simulate add-on bar by moving bookmarks toolbar to the bottom ********************/
/* [!] move 'Bookmarks Toolbar Items' to navigation bar to get a top toolbar with bookmarks *****/
/* [!] not compatible to 'bookmarks toolbar - multiple lines' option ****************************/
/* [!] not compatible to 'tabs toolbar - below main content' option *****************************/
/* [!] not compatible to 'bookmarks toolbar autohide' option ************************************/
/* [!] SUPPORT THREAD: https://github.com/aris-t2/customcssforfx/issues/73 **********************/
/* @import "./css/toolbars/addonbar_move_bookmarks_toolbar_to_bottom.css"; /**/ /* <--- EXPERIMENTAL */
/* @import "./css/toolbars/addonbar_status_in_addonbar.css"; /**/ /* <--- EXPERIMENTAL */
/* @import "./css/toolbars/addonbar_content_on_the_right.css"; /**/ /* <--- EXPERIMENTAL */

/* GENERAL TOOLBAR SETTINGS *********************************************************************/
@import "./css/toolbars/toolbars_old_padding.css"; /**/
@import "./css/toolbars/tabs_toolbar_adjustments.css"; /**/
/* @import "./css/toolbars/tabs_toolbar_adjustments_macOS_fix.css"; /**/ /* <-- macOS fix */

/* edit target file to select which items to hide ***********************************************/
/* @import "./css/toolbars/toolbar_context_menuitems_visibility.css"; /**/

/* MENUBAR **************************************************************************************/
/* @import "./css/toolbars/menubar_fog_hidden.css"; /**/
/* @import "./css/toolbars/menubar_alternative_menu_hover_color.css"; /**/
/* @import "./css/toolbars/menubar_in_fullscreen_mode.css"; /**/
/* menubar color - ******************************************************************************/
/* @import "./css/toolbars/menubar_color.css"; /**/

/* BOOKMARKS TOOLBAR ****************************************************************************/
@import "./css/toolbars/bookmarks_toolbar_old_height.css"; /**/
/* @import "./css/toolbars/bookmarks_toolbar_autohide.css"; /**/
/* @import "./css/toolbars/bookmarks_toolbar_bookmark_labels_hidden.css"; /**/
/* @import "./css/toolbars/bookmarks_toolbar_in_fullscreen_mode.css"; /**/

/* BOOKMARKS TOOLBAR - MULTIPLE LINES ***********************************************************/
/* [!] the amount of visible bookmark items is limited internally to ~90-110 bookmarks **********/
/* [!] not compatible to 'bookmarks toolbar autohide' option ************************************/
/* [!] SUPPORT THREAD: https://github.com/aris-t2/customcssforfx/issues/99 **********************/
/* @import "./css/toolbars/bookmarks_toolbar_multiple_lines.css"; /**/ /* <--- EXPERIMENTAL */

/* TOOLBAR COLORS *******************************************************************************/
@import "./css/toolbars/general_toolbar_colors.css"; /**/

/* AeroGlass TOOLBARS - separated - set per toolbar / WIN10 fix for GLASS8 **********************/
/* @import "./css/toolbars/general_toolbar_colors_navigation_toolbar_aeroglass.css"; /**/
/* @import "./css/toolbars/general_toolbar_colors_bookmarks_toolbar_aeroglass.css"; /**/
/* @import "./css/toolbars/general_toolbar_colors_tabs_toolbar_aeroglass.css"; /**/
/* Windows 10 fix for Glass8 - Glass8 required for 'Windows 7'-like window transparency */
/* @import "./css/toolbars/general_toolbar_colors_aeroglass_windows10_glass8.css"; /**/ /* <--- EXPERIMENTAL */

/* TOOLBAR TEXT MODES - [only use one at a time] ************************************************/
/* @import "./css/toolbars/toolbar_mode_icons_and_text.css"; /**/
/* @import "./css/toolbars/toolbar_mode_text.css"; /**/
/* [!] FIX for macOS / alternative appearance for Linux *****************************************/
/* @import "./css/toolbars/toolbar_mode_icons_and_text_and_text_only_macOS_fix.css"; /**/ /* <-- macOS fix */


/************************************************************************************************/
/* LOCATION BAR *********************************************************************************/
/************************************************************************************************/

/* general location bar tweaks ******************************************************************/
@import "./css/locationbar/locationbar_adjustments.css"; /**/
@import "./css/locationbar/compact_mode_reduce_fontsize.css"; /**/
/* @import "./css/locationbar/background_color_dark.css"; /**/
/* @import "./css/locationbar/locationbar_border_roundness.css"; /**/
/* @import "./css/locationbar/locationbar_reduce_height.css"; /**/

/* identity box / page identity button **********************************************************/
@import "./css/locationbar/identitybox_replace_i_icon_with_globe.css"; /**/
@import "./css/locationbar/identitybox_colors.css"; /**/
/* @import "./css/locationbar/identitybox_labels_hidden.css"; /**/

/* padlock icons in identity box / page identity button - [only use one at a time] **************/
@import "./css/locationbar/identitybox_padlock_icon_classic.css"; /**/
/* @import "./css/locationbar/identitybox_padlock_icon_classic2.css"; /**/
/* @import "./css/locationbar/identitybox_padlock_icon_modern.css"; /**/
/* @import "./css/locationbar/identitybox_padlock_icon_modern2.css"; /**/
/* @import "./css/locationbar/identitybox_padlock_icon_hidden.css"; /**/

/* additional icons/buttons and tweaks for third party page action buttons **********************/
@import "./css/locationbar/icons_colorized.css"; /**/
/* @import "./css/locationbar/reader_alternative_icon.css"; /**/
/* @import "./css/locationbar/popup_blocked_button_hidden.css"; /**/
/* @import "./css/locationbar/zoom_button_hidden.css"; /**/
/* @import "./css/locationbar/go_button_in_location_bar_hidden.css"; /**/

/* page action button (three dots) / separator **************************************************/
@import "./css/locationbar/pageaction_separator_in_location_bar_hidden.css"; /**/
/* @import "./css/locationbar/pageaction_button_in_location_bar_hidden.css"; /**/
/* @import "./css/locationbar/pageaction_button_rotated_and_last_pageaction_button.css"; /**/

/* star button **********************************************************************************/
@import "./css/locationbar/starbutton_is_last_pageaction_button.css"; /**/
/* alternative yellow star icon - [only use one at a time] **************************************/
/* @import "./css/locationbar/starbutton_alternative_icon.css"; /**/
/* @import "./css/locationbar/starbutton_alternative_icon_v2.css"; /**/

/* autocomplete / history dropmarker ************************************************************/
@import "./css/locationbar/dropmarker_at_the_end.css"; /**/
@import "./css/locationbar/dropmarker_visible.css"; /**/


/************************************************************************************************/
/* LOCATION BAR - appearance of 'autocomplete / location bar / urlbar' popup ********************/
/************************************************************************************************/

/* popup content order/appearance - [only use one at a time] ************************************/
@import "./css/locationbar/ac_popup_url_and_title_50percent_width.css"; /**/
/* @import "./css/locationbar/ac_popup_title_and_url_50percent_width.css"; /**/
/* @import "./css/locationbar/ac_popup_item_title_hidden.css"; /**/
/* @import "./css/locationbar/ac_popup_item_title_visible_on_hover_only.css"; /**/
/* [!] 'Classic popup with two lined results' removes 'oneoff' searches at popups bottom! *******/
/* [!] It will stop working soon when Mozilla drops XBL support. ********************************/
/* [!] See 'De-XBL' bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1397874 *******************/
/* [!] 'Classic popup with two lined results' throws unfixable warnings in 'error console'. *****/
/* [!] Code changes for Firefox 63 are not backwards compatible with Fx 60+62. ******************/
/* @import "./css/locationbar/ac_popup_classic_with_two_lines.css"; /**/ /* <--- old autocomplete popup */
/* @import "./css/locationbar/ac_popup_classic_with_two_lines_fx63.css"; /**/ /* <--- old autocomplete popup for Fx 63+ */

/* result menuitem settings/appearance **********************************************************/
/* @import "./css/locationbar/ac_popup_firefox_background_logo.css"; /**/
/* @import "./css/locationbar/ac_popup_result_highlighting_aero.css"; /**/
/* @import "./css/locationbar/ac_popup_keysearch_bold.css"; /**/
/* @import "./css/locationbar/ac_popup_keysearch_underline.css"; /**/
/* @import "./css/locationbar/ac_popup_result_separator.css"; /**/
/* custom amount of result items: about:config > browser.urlbar.maxRichResults ******************/
/* @import "./css/locationbar/ac_popup_custom_height.css"; /**/

/* hide 'Search with...' and 'Visit...' results *************************************************/
/* - browser preferences: disable 'show search suggestions inside address bar results' **********/
/* - hide bottom search engines: about:config > browser.urlbar.oneOffSearches > false ***********/
/* [!] Hiding will not work properly in all cases. Sometimes an empty box will be visible. ******/
/* [!] Suggested to use aboves 'custom popup height' and to increase amount of result items. ****/
/* @import "./css/locationbar/ac_popup_searchwith_and_visit_items_hidden.css"; /**/ /* <--- EXPERIMENTAL */


/************************************************************************************************/
/************************************************************************************************/
/* Create a new file "my_userChrome.css" and add own/custom code to it. *************************/
/* @import "./my_userChrome.css"; /**/
/************************************************************************************************/
/************************************************************************************************/
/************************************************************************************************/
Your Portion Of Light:

Whether you are a brilliant flame or but a tiny spark matters not-for the world needs whatever portion of light is yours to give.
User avatar
DanRaisch
Moderator
Posts: 127230
Joined: September 23rd, 2004, 8:57 pm
Location: Somewhere on the right coast

Re: Remove Firefox 60 new tab upon opening Firefox?

Post by DanRaisch »

Try launching in Mozilla Safe Mode which, among other things, causes Firefox to ignore any userChrome.css files on start up.
User avatar
therube
Posts: 21714
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: Remove Firefox 60 new tab upon opening Firefox?

Post by therube »

how to remove the new tab when I open FF so that it's just a blank page
Screenshot of what you see & explain what you want to see.

Were you able to do what you want with your earlier browser?
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
User avatar
scd
Posts: 64
Joined: October 8th, 2004, 1:28 pm
Location: Calif.
Contact:

Re: Remove Firefox 60 new tab upon opening Firefox?

Post by scd »

therube wrote:
how to remove the new tab when I open FF so that it's just a blank page
Screenshot of what you see & explain what you want to see.

Were you able to do what you want with your earlier browser?
When I open Firefox I just want the browser to open in a blank window and not a tab........Right now it opens with a blank tab. I 'm not really dealing with this issue much right now, I had a death in the family on Tuesday and so, am dealing with that loss. When I feel up to it I'll reexamine the issue then....Thank you!
Your Portion Of Light:

Whether you are a brilliant flame or but a tiny spark matters not-for the world needs whatever portion of light is yours to give.
User avatar
jscher2000
Posts: 11762
Joined: December 19th, 2004, 12:26 am
Location: Silicon Valley, CA USA
Contact:

Re: Remove Firefox 60 new tab upon opening Firefox?

Post by jscher2000 »

scd wrote:When I open Firefox I just want the browser to open in a blank window and not a tab........Right now it opens with a blank tab.
As far as I know, there is no such thing as a Firefox window without at least one tab. Firefox is not an MDI application like Microsoft Word that displays a window with zero documents open.
lasardo
Posts: 182
Joined: September 9th, 2018, 1:41 pm

Re: Remove Firefox 60 new tab upon opening Firefox?

Post by lasardo »

This is not a total solution to your question, but might lead you in the right direction. In about:config there is a setting browser.tabs.closeWindowWithLastTab , the default is true. If you set it to false, a long time ago at least, you could close the last tab and leave Firefox open without any tabs, I think - or maybe it just cleared the last tab and replaced it with blank? I forget. So, you could try it - set to false, then click the close x for the last tab and see what happens.
User avatar
LIMPET235
Moderator
Posts: 39955
Joined: October 19th, 2007, 1:53 am
Location: The South Coast of N.S.W. Oz.

Re: Remove Firefox 60 new tab upon opening Firefox?

Post by LIMPET235 »

Lasardo...
Thanks. To refresh your memory...your suggestion will just inhibit Firefox from closing when closing the last tab.
It will remain open with just one blank tab.

As noted...^^....Firefox will not show a blank window.
Even the 2 options in... File > New Window & New Private Window will open in a new blank tab.
[Ancient Amateur Astronomer.]
Win-10-H/64 bit/500G SSD/16 Gig Ram/450Watt PSU/350WattUPS/Firefox-115.0.2/T-bird-115.3.2./SnagIt-v10.0.1/MWP-7.12.125.

(Always choose the "Custom" Install.)
Post Reply